From 45c514daf819313d731ee0e4e956b9baecc174ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 05:38:38 +0000 Subject: [PATCH] Bump minitest from 5.24.1 to 5.25.0 Bumps [minitest](https://github.com/minitest/minitest) from 5.24.1 to 5.25.0. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.24.1...v5.25.0) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development 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 74ef51e..c3cbc3c 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ group :development, :install do end group :development, :test do - gem 'minitest', '~> 5.24' + gem 'minitest', '~> 5.25' gem 'rake', '~> 13.2' end diff --git a/Gemfile.lock b/Gemfile.lock index 5f3c812..61231f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ GEM docopt (0.6.1) json (2.7.2) language_server-protocol (3.17.0.3) - minitest (5.24.1) + minitest (5.25.0) paint (2.3.0) parallel (1.25.1) parser (3.3.4.0) @@ -53,7 +53,7 @@ DEPENDENCIES commonmarker (~> 0.23) docopt (~> 0.6) haiti-hash! - minitest (~> 5.24) + minitest (~> 5.25) paint (~> 2.3) rake (~> 13.2) rubocop (~> 1.65)