mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-04-27 14:57:42 +00:00
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] <support@github.com>
This commit is contained in:
parent
0653446865
commit
c2d7a10112
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -3,7 +3,7 @@ gemspec
|
||||||
|
|
||||||
gem 'minitest', '~> 5.20'
|
gem 'minitest', '~> 5.20'
|
||||||
gem 'minitest-ci', '~> 3.4'
|
gem 'minitest-ci', '~> 3.4'
|
||||||
gem 'minitest-reporters', '~> 1.6'
|
gem 'minitest-reporters', '~> 1.7'
|
||||||
gem 'rake', '~> 13.2'
|
gem 'rake', '~> 13.2'
|
||||||
gem 'rake-compiler', '~> 1.2'
|
gem 'rake-compiler', '~> 1.2'
|
||||||
gem 'rubocop', '1.64.0'
|
gem 'rubocop', '1.64.0'
|
||||||
|
|
|
||||||
|
|
@ -8,13 +8,13 @@ GEM
|
||||||
specs:
|
specs:
|
||||||
ansi (1.5.0)
|
ansi (1.5.0)
|
||||||
ast (2.4.2)
|
ast (2.4.2)
|
||||||
builder (3.2.4)
|
builder (3.3.0)
|
||||||
json (2.7.2)
|
json (2.7.2)
|
||||||
language_server-protocol (3.17.0.3)
|
language_server-protocol (3.17.0.3)
|
||||||
minitest (5.23.1)
|
minitest (5.23.1)
|
||||||
minitest-ci (3.4.0)
|
minitest-ci (3.4.0)
|
||||||
minitest (>= 5.0.6)
|
minitest (>= 5.0.6)
|
||||||
minitest-reporters (1.6.1)
|
minitest-reporters (1.7.1)
|
||||||
ansi
|
ansi
|
||||||
builder
|
builder
|
||||||
minitest (>= 5.0)
|
minitest (>= 5.0)
|
||||||
|
|
@ -67,7 +67,7 @@ PLATFORMS
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
minitest (~> 5.20)
|
minitest (~> 5.20)
|
||||||
minitest-ci (~> 3.4)
|
minitest-ci (~> 3.4)
|
||||||
minitest-reporters (~> 1.6)
|
minitest-reporters (~> 1.7)
|
||||||
rake (~> 13.2)
|
rake (~> 13.2)
|
||||||
rake-compiler (~> 1.2)
|
rake-compiler (~> 1.2)
|
||||||
rubocop (= 1.64.0)
|
rubocop (= 1.64.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue