From 4126a3f198608cc621dab1acce435b797d11b19f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 03:53:32 +0000 Subject: [PATCH] Bump minitest from 5.26.1 to 5.27.0 Bumps [minitest](https://github.com/minitest/minitest) from 5.26.1 to 5.27.0. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.26.1...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 0d4ab83bc6..a4b2c1a879 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gemspec gem 'benchmark' gem 'irb' -gem 'minitest', '5.26.1' +gem 'minitest', '5.27.0' gem 'pry', '0.16.0' gem 'rake', '13.3.1' gem 'rdoc' diff --git a/Gemfile.lock b/Gemfile.lock index a6f6046630..87f8a82726 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,7 +25,7 @@ GEM language_server-protocol (3.17.0.5) lint_roller (1.1.0) method_source (1.1.0) - minitest (5.26.1) + minitest (5.27.0) parallel (1.27.0) parser (3.3.10.0) ast (~> 2.4.1) @@ -98,7 +98,7 @@ DEPENDENCIES benchmark faker! irb - minitest (= 5.26.1) + minitest (= 5.27.0) pry (= 0.16.0) rake (= 13.3.1) rdoc