From c2d7a101122813237caab33eab3a486d47288822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:51:30 +0000 Subject: [PATCH] Bump minitest-reporters from 1.6.1 to 1.7.1 Bumps [minitest-reporters](https://github.com/CapnKernul/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-reporters dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index e89f356..7fa1b83 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ gemspec gem 'minitest', '~> 5.20' gem 'minitest-ci', '~> 3.4' -gem 'minitest-reporters', '~> 1.6' +gem 'minitest-reporters', '~> 1.7' gem 'rake', '~> 13.2' gem 'rake-compiler', '~> 1.2' gem 'rubocop', '1.64.0' diff --git a/Gemfile.lock b/Gemfile.lock index fb8f908..74122ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,13 +8,13 @@ GEM specs: ansi (1.5.0) ast (2.4.2) - builder (3.2.4) + builder (3.3.0) json (2.7.2) language_server-protocol (3.17.0.3) minitest (5.23.1) minitest-ci (3.4.0) minitest (>= 5.0.6) - minitest-reporters (1.6.1) + minitest-reporters (1.7.1) ansi builder minitest (>= 5.0) @@ -67,7 +67,7 @@ PLATFORMS DEPENDENCIES minitest (~> 5.20) minitest-ci (~> 3.4) - minitest-reporters (~> 1.6) + minitest-reporters (~> 1.7) rake (~> 13.2) rake-compiler (~> 1.2) rubocop (= 1.64.0)