Skip to content

Commit 59e1f48

Browse files
authored
Update to rack 3.1.8 (#696)
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).
1 parent b733dfc commit 59e1f48

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Gemfile

+1-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ gem "sprockets-rails"
1616
gem 'rake'
1717
gem 'byebug'
1818
gem 'puma'
19-
20-
# For edge Rails, don't use Rack 3 yet.
21-
# Remove this when https://github.com/rails/rails/pull/46594 has merged.
22-
gem 'rack', '< 3'
19+
gem 'rack'
2320

2421
group :development, :test do
2522
gem 'importmap-rails'

0 commit comments

Comments
 (0)