From 13c5ef307a448b1918963fe5c560160881f4d276 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 13:57:15 +0000 Subject: [PATCH] Bump minitest-reporters from 1.6.0 to 1.6.1 Bumps [minitest-reporters](https://github.com/CapnKernul/minitest-reporters) from 1.6.0 to 1.6.1. - [Changelog](https://github.com/minitest-reporters/minitest-reporters/blob/master/CHANGELOG.md) - [Commits](https://github.com/CapnKernul/minitest-reporters/compare/v1.6.0...v1.6.1) --- updated-dependencies: - dependency-name: minitest-reporters dependency-type: direct:production update-type: version-update:semver-patch ... 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..31bedb3 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ gemspec gem 'minitest', '~> 5.18' gem 'minitest-ci', '~> 3.4' -gem 'minitest-reporters', '~> 1.3' +gem 'minitest-reporters', '~> 1.6' gem 'rake', '~> 13.0' gem 'rake-compiler', '~> 1.2' gem 'rubocop', '1.54.0' diff --git a/Gemfile.lock b/Gemfile.lock index 266d305..16fb04b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ GEM minitest (5.18.1) minitest-ci (3.4.0) minitest (>= 5.0.6) - minitest-reporters (1.6.0) + minitest-reporters (1.6.1) ansi builder minitest (>= 5.0) @@ -63,7 +63,7 @@ PLATFORMS DEPENDENCIES minitest (~> 5.18) minitest-ci (~> 3.4) - minitest-reporters (~> 1.3) + minitest-reporters (~> 1.6) rake (~> 13.0) rake-compiler (~> 1.2) rubocop (= 1.54.0)