Skip to content

Commit

Permalink
Use released versions of rack instead of main for rails edge
Browse files Browse the repository at this point in the history
Since otherwise it pulls in a version of rack-test that is relying on rack 3
  • Loading branch information
TobiasBales committed Aug 15, 2023
1 parent 0dc6885 commit 0773dc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gemfiles/rails_edge.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ git "https://github.com/rails/rails.git", :branch => "main" do
gem "railties"
end

gem "rack", :git => "https://github.com/rack/rack.git", :branch => "main"
gem "rack-session", :git => "https://github.com/rack/rack-session.git", :branch => "main"
gem "rack", "~> 2.0", ">= 2.2.4"

gemspec :path => "../"

0 comments on commit 0773dc1

Please sign in to comment.