From 1f64502dcc249b5f45d08b91561b20e29c5683c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 23:45:35 +0000 Subject: [PATCH] Bump the ruby-dependencies group across 1 directory with 2 updates Bumps the ruby-dependencies group with 2 updates in the / directory: [minitest](https://github.com/minitest/minitest) and [minitest-reporters](https://github.com/CapnKernul/minitest-reporters). Updates `minitest` from 5.24.0 to 5.24.1 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.24.0...v5.24.1) Updates `minitest-reporters` from 1.6.1 to 1.7.1 - [Changelog](https://github.com/minitest-reporters/minitest-reporters/blob/master/CHANGELOG.md) - [Commits](https://github.com/CapnKernul/minitest-reporters/compare/v1.6.1...v1.7.1) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-dependencies - dependency-name: minitest-reporters dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index afe0735..d22c5ef 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ group :development do gem "minitest", "~> 5.24" gem "minitest-fail-fast", "~> 0.1" gem "minitest-macos-notification", "~> 2.0" - gem "minitest-reporters", "~> 1.6" + gem "minitest-reporters", "~> 1.7" gem "rake", "~> 13.2" gem "rubocop", "~> 1.64" gem "rubocop-minitest", "~> 0.35" diff --git a/Gemfile.lock b/Gemfile.lock index 2492927..b9e35f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,11 +8,11 @@ GEM specs: ansi (1.5.0) ast (2.4.2) - builder (3.2.4) + builder (3.3.0) byebug (11.1.3) json (2.7.2) language_server-protocol (3.17.0.3) - minitest (5.24.0) + minitest (5.24.1) minitest-fail-fast (0.1.0) minitest (~> 5) minitest-macos-notification (2.0.0) @@ -20,7 +20,7 @@ GEM minitest-reporters (~> 1.4) os (~> 1.0) terminal-notifier (~> 2.0) - minitest-reporters (1.6.1) + minitest-reporters (1.7.1) ansi builder minitest (>= 5.0) @@ -68,7 +68,7 @@ DEPENDENCIES minitest (~> 5.24) minitest-fail-fast (~> 0.1) minitest-macos-notification (~> 2.0) - minitest-reporters (~> 1.6) + minitest-reporters (~> 1.7) rake (~> 13.2) rubocop (~> 1.64) rubocop-minitest (~> 0.35)