From 01fe338829f68c327a6a8dc51a265bbf5e800b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 08:09:32 +0000 Subject: [PATCH] Bump minitest from 5.26.0 to 5.27.0 Bumps [minitest](https://github.com/minitest/minitest) from 5.26.0 to 5.27.0. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.26.0...v5.27.0) --- updated-dependencies: - dependency-name: minitest dependency-version: 5.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d8256a6..c2f01c8 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,6 @@ gemspec gem "rake", "~> 13.3" -gem "minitest", "~> 5.26" +gem "minitest", "~> 5.27" gem "rubocop", "~> 1.81" diff --git a/Gemfile.lock b/Gemfile.lock index 12484bb..2331e9b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GEM json (2.15.2) language_server-protocol (3.17.0.5) lint_roller (1.1.0) - minitest (5.26.0) + minitest (5.27.0) mocha (2.7.1) ruby2_keywords (>= 0.0.5) parallel (1.27.0) @@ -53,7 +53,7 @@ PLATFORMS DEPENDENCIES autotuner! - minitest (~> 5.26) + minitest (~> 5.27) mocha rake (~> 13.3) rubocop (~> 1.81)