From cab6609a67d788b1e3d22a4a6b316560d6325989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 00:19:58 +0000 Subject: [PATCH] build(deps-dev): bump minitest from 5.23.1 to 5.24.0 Bumps [minitest](https://github.com/minitest/minitest) from 5.23.1 to 5.24.0. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.23.1...v5.24.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 7e81dd4..9479954 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ group :development, :install do end group :development, :test do - gem 'minitest', '~> 5.23' + gem 'minitest', '~> 5.24' gem 'minitest-skip', '~> 0.0' gem 'rake', '~> 13.2' end diff --git a/Gemfile.lock b/Gemfile.lock index e2f1ed9..db80cae 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.23.1) + minitest (5.24.0) minitest-skip (0.0.3) minitest (~> 5.0) parallel (1.24.0) @@ -55,7 +55,7 @@ DEPENDENCIES commonmarker (~> 0.23) ctf-party! docopt (~> 0.6) - minitest (~> 5.23) + minitest (~> 5.24) minitest-skip (~> 0.0) rake (~> 13.2) rubocop (~> 1.64)