Skip to content

Commit

Permalink
Merge pull request rails#45477 from yahonda/lock_rack_test_to_v1
Browse files Browse the repository at this point in the history
Lock rack-test version to v1 until rails#45467 is resolved
  • Loading branch information
yahonda authored Jun 28, 2022
2 parents b564564 + 767c839 commit c82a1aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ gem "terser", ">= 1.1.4", require: false
# Explicitly avoid 1.x that doesn't support Ruby 2.4+
gem "json", ">= 2.0.0"

# Lock rack-test to v1 until #45467 is fixed
gem "rack-test", "< 2"

group :rubocop do
gem "rubocop", ">= 1.25.1", require: false
gem "rubocop-minitest", require: false
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ DEPENDENCIES
queue_classic (>= 4.0.0)
racc (>= 1.4.6)
rack-cache (~> 1.2)
rack-test (< 2)
rails!
rake (>= 11.1)
redcarpet (~> 3.2.3)
Expand Down

0 comments on commit c82a1aa

Please sign in to comment.