From d6538e6bd4b63874f6e146b6d11c4ac5a14dcb12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 02:28:08 +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 | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b306762..c0a17a6 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gemspec # Dev dependencies gem "debug", "~> 1.9" -gem "minitest", "~> 5.24" +gem "minitest", "~> 5.25" gem "rackup", "~> 2.1" gem "rake", "~> 13.2" gem "rubocop", "~> 1.73" diff --git a/Gemfile.lock b/Gemfile.lock index ffb7307..df3fb92 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,11 +45,13 @@ GEM language_server-protocol (3.17.0.4) lint_roller (1.1.0) logger (1.6.6) - minitest (5.25.4) + minitest (5.25.5) mustermann (3.0.3) ruby2_keywords (~> 0.0.1) nokogiri (1.18.3-arm64-darwin) racc (~> 1.4) + nokogiri (1.18.3-x86_64-linux-gnu) + racc (~> 1.4) parallel (1.26.3) parser (3.3.7.1) ast (~> 2.4.1) @@ -137,7 +139,7 @@ PLATFORMS DEPENDENCIES debug (~> 1.9) mfynab! - minitest (~> 5.24) + minitest (~> 5.25) rackup (~> 2.1) rake (~> 13.2) rubocop (~> 1.73)