We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db857f commit 05d7394Copy full SHA for 05d7394
Gemfile.lock
@@ -426,7 +426,7 @@ DEPENDENCIES
426
pg
427
pry (~> 0.14)
428
rails (~> 8.0, >= 8.0.2)
429
- rails-controller-testing
+ rails-controller-testing (~> 1.0, >= 1.0.5)
430
rake (~> 13.0)
431
rdoc (~> 6.11)
432
reek (~> 6.4)
@@ -442,4 +442,4 @@ DEPENDENCIES
442
yard-junk (~> 0.0, >= 0.0.10)!
443
444
BUNDLED WITH
445
- 2.6.5
+ 2.6.6
gemfiles/modular/mini_testing.gemfile
@@ -2,6 +2,5 @@
2
3
# Minitest Testing
4
gem "minitest"
5
-gem "rails-controller-testing"
6
gem "test-unit", "~> 3.0"
7
gem "mocha"
0 commit comments