Skip to content

Commit 104e53c

Browse files
Bump minitest from 5.27.0 to 6.0.0
Bumps [minitest](https://github.com/minitest/minitest) from 5.27.0 to 6.0.0. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.27.0...v6.0.0) --- updated-dependencies: - dependency-name: minitest dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1656813 commit 104e53c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ group :development, :test do
2525
gem "jbuilder", "~> 2"
2626
gem "m", "~> 1"
2727
gem "method_source", "~> 1"
28-
gem "minitest", "~> 5"
28+
gem "minitest", "~> 6"
2929
gem "propshaft", "~> 1"
3030
gem "puma", ">= 6"
3131
gem "rake", "~> 13"

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ GEM
183183
matrix (0.4.3)
184184
method_source (1.1.0)
185185
mini_mime (1.1.5)
186-
minitest (5.27.0)
186+
minitest (6.0.0)
187+
prism (~> 1.5)
187188
net-imap (0.5.12)
188189
date
189190
net-protocol
@@ -432,7 +433,7 @@ DEPENDENCIES
432433
jbuilder (~> 2)
433434
m (~> 1)
434435
method_source (~> 1)
435-
minitest (~> 5)
436+
minitest (~> 6)
436437
propshaft (~> 1)
437438
puma (>= 6)
438439
rails (~> 8)

0 commit comments

Comments
 (0)