Skip to content

Commit 5d30409

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

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gemspec
77
CURRENT_RAILS_VERSION = "8.1"
88
rails_version = ENV.fetch("RAILS_VERSION", CURRENT_RAILS_VERSION)
99

10-
gem "minitest", "< 6.0" # Rails 8.1.1 doesn't support minitest 6.0 which causes errors
10+
gem "minitest", "< 7.0" # Rails 8.1.1 doesn't support minitest 6.0 which causes errors
1111
gem "minitest-hooks"
1212
gem "minitest-reporters"
1313
gem "debug"

Gemfile.lock

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ GEM
213213
net-smtp
214214
marcel (1.0.4)
215215
mini_mime (1.1.5)
216-
mini_portile2 (2.8.9)
217-
minitest (5.27.0)
216+
minitest (6.0.1)
217+
prism (~> 1.5)
218218
minitest-hooks (1.5.3)
219219
minitest (> 5.3)
220220
minitest-reporters (1.7.1)
@@ -381,8 +381,6 @@ GEM
381381
concurrent-ruby (~> 1.0)
382382
logger
383383
rack (>= 2.2.4, < 4)
384-
sqlite3 (2.5.0)
385-
mini_portile2 (~> 2.8.0)
386384
sqlite3 (2.5.0-aarch64-linux-gnu)
387385
sqlite3 (2.5.0-aarch64-linux-musl)
388386
sqlite3 (2.5.0-arm64-darwin)
@@ -444,7 +442,7 @@ DEPENDENCIES
444442
json_api_client!
445443
kramdown (~> 2.5)
446444
kredis
447-
minitest (< 6.0)
445+
minitest (< 7.0)
448446
minitest-hooks
449447
minitest-reporters
450448
mutex_m

0 commit comments

Comments
 (0)