From 8a97f784796d31ef8851dd98c707ad8d1179ee1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 08:56:17 +0000 Subject: [PATCH] Bump minitest from 5.27.0 to 6.0.2 Bumps [minitest](https://github.com/minitest/minitest) from 5.27.0 to 6.0.2. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.27.0...v6.0.2) --- updated-dependencies: - dependency-name: minitest dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5ea46fb..f7bf330 100644 --- a/Gemfile +++ b/Gemfile @@ -75,5 +75,5 @@ group :test do # Pin minitest to < 6 due to Rails 8.1.1 incompatibility # https://github.com/rails/rails/issues/56406 - gem "minitest", "< 6" + gem "minitest", "< 7" end diff --git a/Gemfile.lock b/Gemfile.lock index f302ae8..031086d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -195,7 +195,9 @@ GEM mini_magick (5.3.1) logger mini_mime (1.1.5) - minitest (5.27.0) + minitest (6.0.2) + drb (~> 2.0) + prism (~> 1.5) msgpack (1.8.0) multipart-post (2.4.1) net-http (0.9.1) @@ -439,7 +441,7 @@ DEPENDENCIES jbuilder kamal mcp-rb - minitest (< 6) + minitest (< 7) propshaft puma (>= 5.0) rails (~> 8.1.2)