From 6574d50e67709cb05253be1df9034ce169c39785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 23:56:56 +0000 Subject: [PATCH] Bump minitest from 5.22.3 to 5.23.1 Bumps [minitest](https://github.com/minitest/minitest) from 5.22.3 to 5.23.1. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.22.3...v5.23.1) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 4bf008456e..fa0e69c96b 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ source 'https://rubygems.org' gemspec gem 'benchmark' -gem 'minitest', '5.22.3' +gem 'minitest', '5.23.1' gem 'pry', '0.14.2' gem 'rake', '13.2.1' gem 'rubocop', '1.63.4' diff --git a/Gemfile.lock b/Gemfile.lock index 3bdad799a3..64b190a867 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,7 +17,7 @@ GEM json (2.7.2) language_server-protocol (3.17.0.3) method_source (1.0.0) - minitest (5.22.3) + minitest (5.23.1) parallel (1.24.0) parser (3.3.1.0) ast (~> 2.4.1) @@ -59,8 +59,6 @@ GEM test-unit (3.6.2) power_assert timecop (0.9.8) - tzinfo (2.0.6) - concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) yard (0.9.36) @@ -71,7 +69,7 @@ PLATFORMS DEPENDENCIES benchmark faker! - minitest (= 5.22.3) + minitest (= 5.23.1) pry (= 0.14.2) rake (= 13.2.1) rubocop (= 1.63.4) @@ -80,7 +78,6 @@ DEPENDENCIES simplecov (= 0.22.0) test-unit (= 3.6.2) timecop (= 0.9.8) - tzinfo (= 2.0.6) yard (= 0.9.36) BUNDLED WITH