From c5a2ffbe0334d8e1fc4c5af3fbb59a73a104bf3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 23:29:31 +0000 Subject: [PATCH] Bump minitest from 5.25.1 to 5.25.2 Bumps [minitest](https://github.com/minitest/minitest) from 5.25.1 to 5.25.2. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.25.1...v5.25.2) --- 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 10c55d01c0..cfeb9bf4d4 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ source 'https://rubygems.org' gemspec gem 'benchmark' -gem 'minitest', '5.25.1' +gem 'minitest', '5.25.2' gem 'pry', '0.14.2' gem 'rake', '13.2.1' gem 'rubocop', '1.68.0' diff --git a/Gemfile.lock b/Gemfile.lock index 2b64d94343..892b5004da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,7 +17,7 @@ GEM json (2.7.5) language_server-protocol (3.17.0.3) method_source (1.0.0) - minitest (5.25.1) + minitest (5.25.2) parallel (1.26.3) parser (3.3.5.1) ast (~> 2.4.1) @@ -67,7 +67,7 @@ PLATFORMS DEPENDENCIES benchmark faker! - minitest (= 5.25.1) + minitest (= 5.25.2) pry (= 0.14.2) rake (= 13.2.1) rubocop (= 1.68.0)