Skip to content

Commit

Permalink
Drop rack version restriction
Browse files Browse the repository at this point in the history
This landed in thoughtbot#601
due to capybara incompatibility with rack 3.

However, this issue has been solved teamcapybara/capybara#2640.
  • Loading branch information
tricknotes committed Feb 18, 2024
1 parent 71515f1 commit a896ed5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ rails_version = ENV.fetch("RAILS_VERSION", "6.0")

if rails_version == "main"
rails_constraint = { github: "rails/rails" }
gem "rack", "< 3" # To compatible with capybara. https://github.com/teamcapybara/capybara/issues/2640
else
rails_constraint = "~> #{rails_version}.0"
end
Expand Down

0 comments on commit a896ed5

Please sign in to comment.