Skip to content

Commit c7ce14c

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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8b2f6fa commit c7ce14c

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
@@ -5,7 +5,7 @@ source "https://rubygems.org"
55
gemspec
66
rails_version = (ENV["RAILS_VERSION"] || "8.0.2").to_s
77

8-
gem "minitest", "~> 5.0"
8+
gem "minitest", "~> 6.0"
99
gem "rack-cors"
1010
gem "rake", "~> 13.3"
1111

Gemfile.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,9 @@ GEM
146146
matrix (0.4.3)
147147
mini_mime (1.1.5)
148148
mini_portile2 (2.8.9)
149-
minitest (5.27.0)
149+
minitest (6.0.6)
150+
drb (~> 2.0)
151+
prism (~> 1.5)
150152
mocha (3.1.0)
151153
ruby2_keywords (>= 0.0.5)
152154
msgpack (1.8.1)
@@ -338,7 +340,7 @@ DEPENDENCIES
338340
listen (~> 3.10)
339341
lookbook (~> 2.3.14)
340342
matrix (~> 0.4.3)
341-
minitest (~> 5.0)
343+
minitest (~> 6.0)
342344
mocha
343345
primer_view_components!
344346
puma (~> 8.0.2)

0 commit comments

Comments
 (0)