From 1bfc478b03f49962aa72e9f72d295130c81c6dd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 07:36:02 +0000 Subject: [PATCH] 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](https://github.com/minitest/minitest/compare/v5.27.0...v6.0.1) --- updated-dependencies: - dependency-name: minitest dependency-version: 6.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e3b016e..8a3ac00 100644 --- a/Gemfile +++ b/Gemfile @@ -67,5 +67,5 @@ group :test do # Use system testing [https://guides.rubyonrails.org/testing.html#system-testing] gem "capybara" gem "selenium-webdriver" - gem "minitest", "~> 5.27" + gem "minitest", "~> 6.0" end diff --git a/Gemfile.lock b/Gemfile.lock index b6757f7..5f1b18e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -166,7 +166,8 @@ GEM marcel (1.1.0) matrix (0.4.3) mini_mime (1.1.5) - minitest (5.27.0) + minitest (6.0.1) + prism (~> 1.5) msgpack (1.8.0) net-imap (0.6.2) date @@ -400,7 +401,7 @@ DEPENDENCIES importmap-rails jbuilder kamal - minitest (~> 5.27) + minitest (~> 6.0) propshaft puma (>= 5.0) rails (~> 8.0.4)