From d444cc406c3a388a3b121f2c2fe1fa284f5bf1c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 02:06:37 +0000 Subject: [PATCH] Bump minitest from 5.26.2 to 6.0.2 Bumps [minitest](https://github.com/minitest/minitest) from 5.26.2 to 6.0.2. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.26.2...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.lock | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b664939..684822b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: https://rubygems.org/ specs: - activemodel (7.2.3.1) - activesupport (= 7.2.3.1) - activerecord (7.2.3.1) - activemodel (= 7.2.3.1) - activesupport (= 7.2.3.1) + activemodel (7.2.3) + activesupport (= 7.2.3) + activerecord (7.2.3) + activemodel (= 7.2.3) + activesupport (= 7.2.3) timeout (>= 0.4.0) - activesupport (7.2.3.1) + activesupport (7.2.3) base64 benchmark (>= 0.3) bigdecimal @@ -16,7 +16,7 @@ GEM drb i18n (>= 1.6, < 2) logger (>= 1.4.2) - minitest (>= 5.1, < 6) + minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) ast (2.4.3) @@ -40,7 +40,9 @@ GEM method_source (1.1.0) mina (1.2.5) rake - minitest (5.26.2) + minitest (6.0.2) + drb (~> 2.0) + prism (~> 1.5) mocha (2.7.1) ruby2_keywords (>= 0.0.5) ostruct (0.6.3)