mirror of https://github.com/rails/rails
Allow rack-test >= 2
This commit is contained in:
parent
07be723bc1
commit
889886d6ad
3
Gemfile
3
Gemfile
|
@ -39,9 +39,6 @@ gem "terser", ">= 1.1.4", require: false
|
||||||
# Explicitly avoid 1.x that doesn't support Ruby 2.4+
|
# Explicitly avoid 1.x that doesn't support Ruby 2.4+
|
||||||
gem "json", ">= 2.0.0"
|
gem "json", ">= 2.0.0"
|
||||||
|
|
||||||
# Lock rack-test to v1 until #45467 is fixed
|
|
||||||
gem "rack-test", "< 2"
|
|
||||||
|
|
||||||
group :rubocop do
|
group :rubocop do
|
||||||
gem "rubocop", ">= 1.25.1", require: false
|
gem "rubocop", ">= 1.25.1", require: false
|
||||||
gem "rubocop-minitest", require: false
|
gem "rubocop-minitest", require: false
|
||||||
|
|
|
@ -600,7 +600,6 @@ DEPENDENCIES
|
||||||
queue_classic (>= 4.0.0)
|
queue_classic (>= 4.0.0)
|
||||||
racc (>= 1.4.6)
|
racc (>= 1.4.6)
|
||||||
rack-cache (~> 1.2)
|
rack-cache (~> 1.2)
|
||||||
rack-test (< 2)
|
|
||||||
rails!
|
rails!
|
||||||
rake (>= 11.1)
|
rake (>= 11.1)
|
||||||
redcarpet (~> 3.2.3)
|
redcarpet (~> 3.2.3)
|
||||||
|
|
Loading…
Reference in New Issue