From fdd5125404acca5ddc0643de240bde042459495e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 13:52:35 +0000 Subject: [PATCH] Bump minitest from 5.25.4 to 5.25.5 Bumps [minitest](https://github.com/minitest/minitest) from 5.25.4 to 5.25.5. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.25.4...v5.25.5) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f49aa90..c30af72 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gemspec -gem 'minitest', '~> 5.20' +gem 'minitest', '~> 5.25' gem 'minitest-ci', '~> 3.4' gem 'minitest-reporters', '~> 1.6' gem 'rake', '~> 13.2' diff --git a/Gemfile.lock b/Gemfile.lock index cca2dac..704fff4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GEM builder (3.3.0) json (2.9.1) language_server-protocol (3.17.0.4) - minitest (5.25.4) + minitest (5.25.5) minitest-ci (3.4.0) minitest (>= 5.0.6) minitest-reporters (1.7.1) @@ -64,7 +64,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - minitest (~> 5.20) + minitest (~> 5.25) minitest-ci (~> 3.4) minitest-reporters (~> 1.6) rake (~> 13.2)