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:
parent
34d9053819
commit
50f820a6cf
4 changed files with 22 additions and 12 deletions
2
Gemfile
2
Gemfile
|
@ -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"
|
||||||
|
|
||||||
|
|
15
Gemfile.lock
15
Gemfile.lock
|
@ -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)
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue