From 85e23cd8589f3634ae28cb80fd501a7058aca18d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 10:10:51 +0000 Subject: [PATCH] Bump minitest from 5.20.0 to 5.22.2 Bumps [minitest](https://github.com/minitest/minitest) from 5.20.0 to 5.22.2. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.20.0...v5.22.2) --- 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 bad4534..238b5af 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ group :development, :install do end group :development, :test do - gem 'minitest', '~> 5.18' + gem 'minitest', '~> 5.22' gem 'rake', '~> 13.0' end diff --git a/Gemfile.lock b/Gemfile.lock index 7bce0ae..e591d3d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ GEM docopt (0.6.1) json (2.7.1) language_server-protocol (3.17.0.3) - minitest (5.20.0) + minitest (5.22.2) paint (2.3.0) parallel (1.24.0) parser (3.3.0.5) @@ -53,7 +53,7 @@ DEPENDENCIES commonmarker (~> 0.23) docopt (~> 0.6) haiti-hash! - minitest (~> 5.18) + minitest (~> 5.22) paint (~> 2.3) rake (~> 13.0) rubocop (~> 1.61)