From 9fe4c7ad0a9f9f995716b858747cb70029ecaf83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 01:16:03 +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 55ace23c..a06b345b 100644 --- a/Gemfile +++ b/Gemfile @@ -108,7 +108,7 @@ group :test do gem "selenium-webdriver" gem "rails-controller-testing" # Pin minitest to 5.x until Rails 8.1 compatibility is resolved - gem "minitest", "~> 5.27" + gem "minitest", "~> 6.0" end gem "jsbundling-rails", "~> 1.3" diff --git a/Gemfile.lock b/Gemfile.lock index e1642bac..bfce616c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -305,7 +305,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) multi_json (1.19.1) multi_xml (0.8.1) @@ -643,7 +645,7 @@ DEPENDENCIES jsbundling-rails (~> 1.3) jwt (~> 2.7) kamal - minitest (~> 5.27) + minitest (~> 6.0) omniauth (~> 2.1) omniauth-google-oauth2 (~> 1.2) omniauth-rails_csrf_protection (~> 2.0)