Skip to content

Commit

Permalink
Prevent rack 3.0.0 (#757)
Browse files Browse the repository at this point in the history
It's not entirely compatible with Rails main, due to a missing
dependency on rack-session which was extracted from rack.
  • Loading branch information
etiennebarrie authored Jan 25, 2023
1 parent 3e68241 commit 4e57cee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gemfiles/rails_edge.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
@rails_gem_requirement = { github: "rails/rails" }

eval_gemfile "../Gemfile"
gem "rack", "< 3"

0 comments on commit 4e57cee

Please sign in to comment.