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 18, 2024
1 parent 2f81a8d commit 91fb970
Show file tree
Hide file tree
Showing 54 changed files with 272 additions and 298 deletions.
4 changes: 2 additions & 2 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 @@ -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 91fb970

Please sign in to comment.