From 573deed28990d9b989d456aa004f202985efb4a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 13:07:31 +0000 Subject: [PATCH] Bump minitest from 5.18.1 to 5.20.0 Bumps [minitest](https://github.com/minitest/minitest) from 5.18.1 to 5.20.0. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.18.1...v5.20.0) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:production 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 31f29a5..cfd15d6 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gemspec -gem 'minitest', '~> 5.18' +gem 'minitest', '~> 5.20' gem 'minitest-ci', '~> 3.4' gem 'minitest-reporters', '~> 1.3' gem 'rake', '~> 13.0' diff --git a/Gemfile.lock b/Gemfile.lock index 266d305..facb6d2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GEM builder (3.2.4) json (2.6.3) language_server-protocol (3.17.0.3) - minitest (5.18.1) + minitest (5.20.0) minitest-ci (3.4.0) minitest (>= 5.0.6) minitest-reporters (1.6.0) @@ -61,7 +61,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - minitest (~> 5.18) + minitest (~> 5.20) minitest-ci (~> 3.4) minitest-reporters (~> 1.3) rake (~> 13.0)