Use currently released version of rails-controller-testing

We pointed to github to fix issues with Ruby 2.7 and kwargs, but since
then a version 1.0.5 was released which includes those fixes.

There's a few more things in their main, but nothing we need if all is
green.
This commit is contained in:
Carlos Antonio da Silva
2025-10-24 11:32:33 -03:00
parent 5a82ad5740
commit d60f810086
7 changed files with 11 additions and 16 deletions

View File

@@ -9,7 +9,7 @@ gem "omniauth-oauth2"
gem "rails", "~> 8.1.0"
gem "rdoc"
gem "rails-controller-testing", github: "rails/rails-controller-testing"
gem "rails-controller-testing"
gem "responders", "~> 3.1"

View File

@@ -1,12 +1,3 @@
GIT
remote: https://github.com/rails/rails-controller-testing.git
revision: c203673f8011a7cdc2a8edf995ae6b3eec3417ca
specs:
rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
PATH
remote: .
specs:
@@ -218,6 +209,10 @@ GEM
activesupport (= 8.1.0)
bundler (>= 1.15.0)
railties (= 8.1.0)
rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
rails-dom-testing (2.3.0)
activesupport (>= 5.0.0)
minitest
@@ -286,7 +281,7 @@ DEPENDENCIES
omniauth-oauth2
omniauth-openid
rails (~> 8.1.0)
rails-controller-testing!
rails-controller-testing
rdoc
responders (~> 3.1)
rexml

View File

@@ -7,7 +7,7 @@ gem "omniauth"
gem "omniauth-oauth2"
gem "rdoc"
gem "rails-controller-testing", github: "rails/rails-controller-testing"
gem "rails-controller-testing"
gem "responders", "~> 3.1"

View File

@@ -7,7 +7,7 @@ gem "omniauth"
gem "omniauth-oauth2"
gem "rdoc"
gem "rails-controller-testing", github: "rails/rails-controller-testing"
gem "rails-controller-testing"
gem "responders", "~> 3.1"

View File

@@ -8,7 +8,7 @@ gem "omniauth"
gem "omniauth-oauth2"
gem "rdoc"
gem "rails-controller-testing", github: "rails/rails-controller-testing"
gem "rails-controller-testing"
gem "responders", "~> 3.1"

View File

@@ -7,7 +7,7 @@ gem "omniauth"
gem "omniauth-oauth2"
gem "rdoc"
gem "rails-controller-testing", github: "rails/rails-controller-testing"
gem "rails-controller-testing"
gem "responders", "~> 3.1"

View File

@@ -7,7 +7,7 @@ gem "omniauth"
gem "omniauth-oauth2"
gem "rdoc"
gem "rails-controller-testing", github: "rails/rails-controller-testing"
gem "rails-controller-testing"
gem "responders", "~> 3.1"