Use master of Rails controller testing gem to remove Ruby 2.7 warning

This commit is contained in:
Carlos Antonio da Silva 2020-06-07 19:43:49 -03:00
parent 34d9053819
commit 50f820a6cf
4 changed files with 22 additions and 12 deletions

View File

@ -11,7 +11,7 @@ gem "rdoc"
gem "activemodel-serializers-xml", github: "rails/activemodel-serializers-xml"
gem "rails-controller-testing"
gem "rails-controller-testing", github: "rails/rails-controller-testing"
gem "responders", "~> 3.0"

View File

@ -7,6 +7,15 @@ GIT
activesupport (>= 5.0.0.a)
builder (~> 3.1)
GIT
remote: git://github.com/rails/rails-controller-testing.git
revision: a60b3da1c1c77959b28606dd087c058c64b5a08f
specs:
rails-controller-testing (1.0.4)
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
PATH
remote: .
specs:
@ -146,10 +155,6 @@ GEM
bundler (>= 1.3.0)
railties (= 6.0.3.1)
sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.4)
actionpack (>= 5.0.1.x)
actionview (>= 5.0.1.x)
activesupport (>= 5.0.1.x)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
@ -203,7 +208,7 @@ DEPENDENCIES
omniauth-oauth2
omniauth-openid
rails (~> 6.0.0)
rails-controller-testing
rails-controller-testing!
rdoc
responders (~> 3.0)
sqlite3 (~> 1.4)

View File

@ -9,7 +9,7 @@ gem "rdoc"
gem "activemodel-serializers-xml", github: "rails/activemodel-serializers-xml"
gem "rails-controller-testing"
gem "rails-controller-testing", github: "rails/rails-controller-testing"
gem "responders", "~> 3.0"

View File

@ -7,6 +7,15 @@ GIT
activesupport (>= 5.0.0.a)
builder (~> 3.1)
GIT
remote: git://github.com/rails/rails-controller-testing.git
revision: a60b3da1c1c77959b28606dd087c058c64b5a08f
specs:
rails-controller-testing (1.0.4)
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
PATH
remote: ..
specs:
@ -146,10 +155,6 @@ GEM
bundler (>= 1.3.0)
railties (= 6.0.3.1)
sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.4)
actionpack (>= 5.0.1.x)
actionview (>= 5.0.1.x)
activesupport (>= 5.0.1.x)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
@ -203,7 +208,7 @@ DEPENDENCIES
omniauth-oauth2
omniauth-openid
rails (~> 6.0.0)
rails-controller-testing
rails-controller-testing!
rdoc
responders (~> 3.0)
sqlite3 (~> 1.4)