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 3c1681a commit 7624ff3Copy full SHA for 7624ff3
2 files changed
Gemfile
@@ -129,7 +129,7 @@ group :test do
129
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
130
gem 'capybara'
131
gem 'climate_control'
132
- gem 'minitest', '< 6'
+ gem 'minitest', '< 7'
133
gem 'mocha'
134
gem 'selenium-webdriver'
135
gem 'simplecov'
Gemfile.lock
@@ -234,7 +234,9 @@ GEM
234
marcel (1.1.0)
235
matrix (0.4.2)
236
mini_mime (1.1.5)
237
- minitest (5.27.0)
+ minitest (6.0.2)
238
+ drb (~> 2.0)
239
+ prism (~> 1.5)
240
mocha (3.0.1)
241
ruby2_keywords (>= 0.0.5)
242
msgpack (1.8.0)
@@ -529,7 +531,7 @@ DEPENDENCIES
529
531
http
530
532
importmap-rails
533
jbuilder
- minitest (< 6)
534
+ minitest (< 7)
535
mitlibraries-theme!
536
mocha
537
omniauth
0 commit comments