From dadb728d61fc394c61170e398ae51750bcf3b286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 02:30:26 +0000 Subject: [PATCH] chore(deps-dev): 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 96c4dc34..229ec2aa 100644 --- a/Gemfile +++ b/Gemfile @@ -103,7 +103,7 @@ group :test do # Pin minitest to 5.x - minitest 6.0 breaks Rails 8.1 compatibility # See: https://github.com/minitest/minitest/issues/689 - gem 'minitest', '< 6.0' + gem 'minitest', '< 7.0' end gem 'slim-rails', '~> 4.0' diff --git a/Gemfile.lock b/Gemfile.lock index 4b602723..1c571eff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -317,7 +317,8 @@ GEM mini_magick (5.3.1) logger mini_mime (1.1.5) - minitest (5.27.0) + minitest (6.0.1) + prism (~> 1.5) minitest-stub_any_instance (1.0.3) mocha (3.0.1) ruby2_keywords (>= 0.0.5) @@ -605,7 +606,7 @@ DEPENDENCIES jbuilder kaminari (~> 1.2) kramdown (~> 2.5) - minitest (< 6.0) + minitest (< 7.0) minitest-stub_any_instance mocha nanoid (~> 2.0)