From 50f820a6cf13d7a9525198cdab288b7526fe98ec Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Sun, 7 Jun 2020 19:43:49 -0300 Subject: [PATCH] Use master of Rails controller testing gem to remove Ruby 2.7 warning --- Gemfile | 2 +- Gemfile.lock | 15 ++++++++++----- gemfiles/Gemfile.rails-6.0-stable | 2 +- gemfiles/Gemfile.rails-6.0-stable.lock | 15 ++++++++++----- 4 files changed, 22 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 8dac8515..37dc67d9 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index 0aa695de..46956193 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/gemfiles/Gemfile.rails-6.0-stable b/gemfiles/Gemfile.rails-6.0-stable index 90f762d4..e4328485 100644 --- a/gemfiles/Gemfile.rails-6.0-stable +++ b/gemfiles/Gemfile.rails-6.0-stable @@ -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" diff --git a/gemfiles/Gemfile.rails-6.0-stable.lock b/gemfiles/Gemfile.rails-6.0-stable.lock index 4c515a68..51f0bf0b 100644 --- a/gemfiles/Gemfile.rails-6.0-stable.lock +++ b/gemfiles/Gemfile.rails-6.0-stable.lock @@ -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)