We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e541584 + 3709b49 commit 05f79aeCopy full SHA for 05f79ae
Gemfile
@@ -6,7 +6,6 @@ rails_version = ENV.fetch("RAILS_VERSION", "7.2")
6
7
if rails_version == "main"
8
rails_constraint = { github: "rails/rails" }
9
- gem "rack", "< 3" # To compatible with capybara. https://github.com/teamcapybara/capybara/issues/2640
10
else
11
rails_constraint = "~> #{rails_version}"
12
end
0 commit comments