Skip to content

Commit 05f79ae

Browse files
authored
Merge pull request #28 from seanpdoyle/rack-3
Drop ad-hoc rack 2 restriction
2 parents e541584 + 3709b49 commit 05f79ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ rails_version = ENV.fetch("RAILS_VERSION", "7.2")
66

77
if rails_version == "main"
88
rails_constraint = { github: "rails/rails" }
9-
gem "rack", "< 3" # To compatible with capybara. https://github.com/teamcapybara/capybara/issues/2640
109
else
1110
rails_constraint = "~> #{rails_version}"
1211
end

0 commit comments

Comments
 (0)