Bump minitest-reporters from 1.5.0 to 1.6.0

Bumps [minitest-reporters](https://github.com/CapnKernul/minitest-reporters) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/CapnKernul/minitest-reporters/releases)
- [Changelog](https://github.com/minitest-reporters/minitest-reporters/blob/master/CHANGELOG.md)
- [Commits](https://github.com/CapnKernul/minitest-reporters/compare/v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: minitest-reporters
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-03-01 14:58:12 +00:00 committed by GitHub
parent 9079134109
commit 27f00117aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ gemspec
gem 'minitest', '~> 5.16' gem 'minitest', '~> 5.16'
gem 'minitest-ci', '~> 3.4' gem 'minitest-ci', '~> 3.4'
gem 'minitest-reporters', '~> 1.3' gem 'minitest-reporters', '~> 1.6'
gem 'rake', '~> 13.0' gem 'rake', '~> 13.0'
gem 'rake-compiler', '~> 1.2' gem 'rake-compiler', '~> 1.2'
gem 'rubocop', '1.45.1' gem 'rubocop', '1.45.1'

View file

@ -13,7 +13,7 @@ GEM
minitest (5.17.0) minitest (5.17.0)
minitest-ci (3.4.0) minitest-ci (3.4.0)
minitest (>= 5.0.6) minitest (>= 5.0.6)
minitest-reporters (1.5.0) minitest-reporters (1.6.0)
ansi ansi
builder builder
minitest (>= 5.0) minitest (>= 5.0)
@ -59,7 +59,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
minitest (~> 5.16) minitest (~> 5.16)
minitest-ci (~> 3.4) minitest-ci (~> 3.4)
minitest-reporters (~> 1.3) minitest-reporters (~> 1.6)
rake (~> 13.0) rake (~> 13.0)
rake-compiler (~> 1.2) rake-compiler (~> 1.2)
rubocop (= 1.45.1) rubocop (= 1.45.1)