From 3996dbe42271f80a962af837bfe3b08996104d73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 08:03:00 +0000 Subject: [PATCH] Bump minitest in /gemfiles/rails_70 in the rails_70 group Bumps the rails_70 group in /gemfiles/rails_70 with 1 update: [minitest](https://github.com/minitest/minitest). Updates `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 dependency-group: rails_70 ... Signed-off-by: dependabot[bot] --- gemfiles/rails_70/Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gemfiles/rails_70/Gemfile.lock b/gemfiles/rails_70/Gemfile.lock index b9be9d29..30010a3f 100644 --- a/gemfiles/rails_70/Gemfile.lock +++ b/gemfiles/rails_70/Gemfile.lock @@ -115,7 +115,8 @@ GEM method_source (1.1.0) mini_mime (1.1.5) mini_portile2 (2.8.9) - minitest (5.27.0) + minitest (6.0.1) + prism (~> 1.5) minitest-reporters (1.7.1) ansi builder @@ -145,6 +146,7 @@ GEM racc (~> 1.4) nokogiri (1.18.10-x86_64-linux-gnu) racc (~> 1.4) + prism (1.7.0) racc (1.8.1) rack (2.2.21) rack-test (2.2.0)