Skip to content

Commit 62a85fe

Browse files
committed
Bump rspec_rails test project to Rails 7.2.3.1
Pin rails = 7.2.3.1 and bump puma to ~> 6.0 (Puma 5 is incompatible with Rack 3, which Rails 7.2 pulls in). Switch load_defaults to 7.2 and replace the now-removed boolean form of show_exceptions with :none.
1 parent 734a0a0 commit 62a85fe

4 files changed

Lines changed: 196 additions & 156 deletions

File tree

test_projects/rails/rspec_rails/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ else
1515
end
1616

1717
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
18-
gem "rails", "~> 6.1.0"
18+
gem "rails", "= 7.2.3.1"
1919
# Use Puma as the app server
20-
gem "puma", "~> 5.0"
20+
gem "puma", "~> 6.0"
2121
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
2222
gem "jbuilder", "~> 2.7"
2323
# Use Active Model has_secure_password

0 commit comments

Comments
 (0)