1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

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 "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" gem "responders", "~> 3.0"

View file

@ -7,6 +7,15 @@ GIT
activesupport (>= 5.0.0.a) activesupport (>= 5.0.0.a)
builder (~> 3.1) 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 PATH
remote: . remote: .
specs: specs:
@ -146,10 +155,6 @@ GEM
bundler (>= 1.3.0) bundler (>= 1.3.0)
railties (= 6.0.3.1) railties (= 6.0.3.1)
sprockets-rails (>= 2.0.0) 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) rails-dom-testing (2.0.3)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
nokogiri (>= 1.6) nokogiri (>= 1.6)
@ -203,7 +208,7 @@ DEPENDENCIES
omniauth-oauth2 omniauth-oauth2
omniauth-openid omniauth-openid
rails (~> 6.0.0) rails (~> 6.0.0)
rails-controller-testing rails-controller-testing!
rdoc rdoc
responders (~> 3.0) responders (~> 3.0)
sqlite3 (~> 1.4) sqlite3 (~> 1.4)

View file

@ -9,7 +9,7 @@ gem "rdoc"
gem "activemodel-serializers-xml", github: "rails/activemodel-serializers-xml" 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" gem "responders", "~> 3.0"

View file

@ -7,6 +7,15 @@ GIT
activesupport (>= 5.0.0.a) activesupport (>= 5.0.0.a)
builder (~> 3.1) 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 PATH
remote: .. remote: ..
specs: specs:
@ -146,10 +155,6 @@ GEM
bundler (>= 1.3.0) bundler (>= 1.3.0)
railties (= 6.0.3.1) railties (= 6.0.3.1)
sprockets-rails (>= 2.0.0) 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) rails-dom-testing (2.0.3)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
nokogiri (>= 1.6) nokogiri (>= 1.6)
@ -203,7 +208,7 @@ DEPENDENCIES
omniauth-oauth2 omniauth-oauth2
omniauth-openid omniauth-openid
rails (~> 6.0.0) rails (~> 6.0.0)
rails-controller-testing rails-controller-testing!
rdoc rdoc
responders (~> 3.0) responders (~> 3.0)
sqlite3 (~> 1.4) sqlite3 (~> 1.4)