From f83920fb43e8442fbc831767dc0613dc5a041d4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 22:57:10 +0000 Subject: [PATCH] Update minitest-reporters requirement from ~> 1.6.0 to ~> 1.7.1 Updates the requirements on [minitest-reporters](https://github.com/CapnKernul/minitest-reporters) to permit the latest version. - [Changelog](https://github.com/minitest-reporters/minitest-reporters/blob/master/CHANGELOG.md) - [Commits](https://github.com/CapnKernul/minitest-reporters/compare/v1.6.0...v1.7.1) --- updated-dependencies: - dependency-name: minitest-reporters dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 66f47c5..294b3d7 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,6 @@ gemspec gem 'appraisal' gem 'minitest', '~> 5.0' -gem 'minitest-reporters', '~> 1.6.0' +gem 'minitest-reporters', '~> 1.7.1' gem 'rake', '~> 13.2' gem 'rubocop', '~> 1.25.1'