Allow rack-test >= 2

This commit is contained in:
Étienne Barrié 2022-07-06 14:54:39 +02:00
parent 07be723bc1
commit 889886d6ad
2 changed files with 0 additions and 4 deletions

View File

@ -39,9 +39,6 @@ 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

View File

@ -600,7 +600,6 @@ 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)