Skip to content

Commit

Permalink
upgrade to rails 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed May 20, 2024
1 parent 2f81a8d commit af37a86
Show file tree
Hide file tree
Showing 39 changed files with 229 additions and 264 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'
ruby '3.2.4'

gem 'rails', '~> 7.1.3.1'
gem 'rails', github: 'rails/rails', branch: '7-2-stable'
gem 'pg', '~> 1.3.4'
gem 'puma', '~> 6.4.2'
gem 'bcrypt', '~> 3.1.7'
Expand Down Expand Up @@ -50,7 +50,7 @@ gem 'kaminari', '~> 1.2.0'
# Postgres/DB extensions
gem 'active_record_union'
gem 'active_record_distinct_on', '~> 1.6'
gem 'activerecord_where_assoc', '~> 1.1.4'
gem 'activerecord_where_assoc', '~> 1.1.5'
gem 'ar_lazy_preload', '~> 2.0'
gem 'strong_migrations'

Expand Down Expand Up @@ -109,7 +109,7 @@ group :development, :test do
gem 'byebug', platform: :mri
gem 'dotenv-rails'
gem 'timecop', '~> 0.9.5'
gem 'bullet', '~> 7.1.6'
# gem 'bullet', '~> 7.1.6'
gem 'parallel_tests', '~> 4.2.1'
gem 'cuke_modeler', '~> 3.19' # for running `parallel_test --group-by scenarios`
gem 'faker', '~> 2.20.0'
Expand Down
Loading

0 comments on commit af37a86

Please sign in to comment.