Skip to content

Commit 049b079

Browse files
author
Rob Chekaluk
committed
Adjust Rails edge dependencies for success
1 parent 5b831d1 commit 049b079

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gemfiles/rails_edge.gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git "https://github.com/rails/rails.git", :branch => "main" do
66
gem "railties"
77
end
88

9-
gem "rack", "< 3", :git => "https://github.com/rack/rack.git"
10-
gem "rack-session", :git => "https://github.com/rack/rack-session.git", :branch => "main"
9+
gem "rack", "~> 2.0", ">= 2.2.4"
10+
gem "rack-session", "< 0.2"
1111

1212
gemspec :path => "../"

0 commit comments

Comments
 (0)