From 7d5d1a5a3c69ded02ecc6516011ce95c9b7f6e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 00:53:12 +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 dd144b3..808334d 100644 --- a/Gemfile +++ b/Gemfile @@ -47,7 +47,7 @@ group :development, :test do gem 'debug', platforms: %i[ mri windows ], require: 'debug/prelude' # Lock minitest to 5.x until Rails is compatible with 6.x - gem 'minitest', '~> 5.0' + gem 'minitest', '~> 6.0' # Audits gems for known security defects (use config/bundler-audit.yml to ignore issues) gem 'bundler-audit', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 4d8185a..aac897a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -195,7 +195,8 @@ GEM mini_magick (5.3.1) logger 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 @@ -450,7 +451,7 @@ DEPENDENCIES jbuilder kamal lexxy (~> 0.1.26.beta) - minitest (~> 5.0) + minitest (~> 6.0) pagy propshaft puma (>= 5.0)