From a0c2b968b27d14b8fc3e8893edbbe78fdd686e73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 18:22:07 +0000 Subject: [PATCH] build(deps): bump minitest from 5.26.1 to 6.0.0 Bumps [minitest](https://github.com/minitest/minitest) from 5.26.1 to 6.0.0. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.26.1...v6.0.0) --- updated-dependencies: - dependency-name: minitest dependency-version: 6.0.0 dependency-type: direct:production 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 d25d729..402fe90 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" gemspec -gem "minitest", "~> 5.0" +gem "minitest", "~> 6.0" gem "rake", "~> 13.0" gem "rubocop", "~> 1.21" gem "yard", "~> 0.9" diff --git a/Gemfile.lock b/Gemfile.lock index 272abf6..9ee3aec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,8 @@ GEM json (2.16.0) language_server-protocol (3.17.0.5) lint_roller (1.1.0) - minitest (5.26.1) + minitest (6.0.0) + prism (~> 1.5) parallel (1.27.0) parser (3.3.10.0) ast (~> 2.4.1) @@ -70,7 +71,7 @@ PLATFORMS ruby DEPENDENCIES - minitest (~> 5.0) + minitest (~> 6.0) railstart! rake (~> 13.0) rubocop (~> 1.21)