Skip to content

Commit

Permalink
Merge pull request #28 from seanpdoyle/rack-3
Browse files Browse the repository at this point in the history
Drop ad-hoc rack 2 restriction
  • Loading branch information
tricknotes authored Nov 3, 2024
2 parents e541584 + 3709b49 commit 05f79ae
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", "7.2")

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}"
end
Expand Down

0 comments on commit 05f79ae

Please sign in to comment.