Skip to content

Commit b13aa52

Browse files
Update dependency minitest to v6
1 parent 348866f commit b13aa52

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ group :test do
129129
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
130130
gem 'capybara'
131131
gem 'climate_control'
132-
gem 'minitest', '< 6'
132+
gem 'minitest', '< 7'
133133
gem 'mocha'
134134
gem 'selenium-webdriver'
135135
gem 'simplecov'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ DEPENDENCIES
549549
http
550550
importmap-rails
551551
jbuilder
552-
minitest (< 6)
552+
minitest (< 7)
553553
mitlibraries-theme!
554554
mocha
555555
omniauth

0 commit comments

Comments
 (0)