From 956fe7352eae667fb09c72e749a3f5daae7d59bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:57:58 +0000 Subject: [PATCH] chore(deps-dev): 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 | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 778b2f3..227debb 100644 --- a/Gemfile +++ b/Gemfile @@ -77,5 +77,5 @@ group :test do gem "rails-controller-testing" # Use sqlite3 as the database for Active Record gem "sqlite3", ">= 2.1" - gem "minitest", "~> 5.0" # Pin minitest to 5.x for Rails 8.0.2 compatibility + gem "minitest", "~> 6.0" # Pin minitest to 5.x for Rails 8.0.2 compatibility end diff --git a/Gemfile.lock b/Gemfile.lock index 927f0b2..35c7a4b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -176,7 +176,9 @@ GEM marcel (1.1.0) matrix (0.4.2) mini_mime (1.1.5) - minitest (5.27.0) + minitest (6.0.2) + drb (~> 2.0) + prism (~> 1.5) mocha (3.0.1) ruby2_keywords (>= 0.0.5) msgpack (1.8.0) @@ -227,6 +229,7 @@ GEM pp (0.6.3) prettyprint prettyprint (0.2.0) + prism (1.9.0) propshaft (1.3.1) actionpack (>= 7.0.0) activesupport (>= 7.0.0) @@ -427,7 +430,7 @@ DEPENDENCIES importmap-rails jbuilder kamal - minitest (~> 5.0) + minitest (~> 6.0) mocha pg (>= 1.1) propshaft