Skip to content

Commit e60d9a4

Browse files
Bump minitest from 5.27.0 to 6.0.6
Bumps [minitest](https://github.com/minitest/minitest) from 5.27.0 to 6.0.6. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.27.0...v6.0.6) --- updated-dependencies: - dependency-name: minitest dependency-version: 6.0.6 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33abc61 commit e60d9a4

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

‎Gemfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ end
6161

6262
group :test do
6363
# Pin minitest below 6.0, which split MiniTest::Mock out into a separate gem
64-
gem "minitest", "~> 5.27"
64+
gem "minitest", "~> 6.0"
6565

6666
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
6767
gem "capybara"

‎Gemfile.lock‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,9 @@ GEM
162162
mini_magick (5.3.1)
163163
logger
164164
mini_mime (1.1.5)
165-
minitest (5.27.0)
165+
minitest (6.0.6)
166+
drb (~> 2.0)
167+
prism (~> 1.5)
166168
msgpack (1.8.3)
167169
net-imap (0.6.4.1)
168170
date
@@ -371,7 +373,7 @@ DEPENDENCIES
371373
image_processing (~> 1.2)
372374
importmap-rails
373375
jbuilder
374-
minitest (~> 5.27)
376+
minitest (~> 6.0)
375377
paystack-ruby (>= 1.0.1)
376378
propshaft
377379
puma (>= 5.0)

0 commit comments

Comments
 (0)