Skip to content

Commit

Permalink
Update to rack 3.1.8 (#696)
Browse files Browse the repository at this point in the history
This was previously blocked, see
rails/rails#46594.

Rails 7.1 now supports rack 3 and Capybara assumes rack 3, making
tests fail when run via rake (but not bin/test).
  • Loading branch information
ramhoj authored Oct 29, 2024
1 parent b733dfc commit 59e1f48
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ gem "sprockets-rails"
gem 'rake'
gem 'byebug'
gem 'puma'

# For edge Rails, don't use Rack 3 yet.
# Remove this when https://github.com/rails/rails/pull/46594 has merged.
gem 'rack', '< 3'
gem 'rack'

group :development, :test do
gem 'importmap-rails'
Expand Down

0 comments on commit 59e1f48

Please sign in to comment.