mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
Bump rubocop-minitest from 0.25.0 to 0.25.1 in /dependencies
Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.25.0 to 0.25.1. - [Release notes](https://github.com/rubocop/rubocop-minitest/releases) - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-minitest/compare/v0.25.0...v0.25.1) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
fd988d5b07
commit
fe7ba24796
2 changed files with 5 additions and 5 deletions
2
dependencies/Gemfile
vendored
2
dependencies/Gemfile
vendored
|
@ -6,7 +6,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
|||
|
||||
gem "rubocop", "~> 1.41.0"
|
||||
gem "rubocop-github", "~> 0.18.0"
|
||||
gem "rubocop-minitest", "~> 0.25.0"
|
||||
gem "rubocop-minitest", "~> 0.25.1"
|
||||
gem "rubocop-performance", "~>1.15.1"
|
||||
gem "rubocop-rails", "~> 2.17"
|
||||
gem "rubocop-rake", "~> 0.6.0"
|
||||
|
|
8
dependencies/Gemfile.lock
vendored
8
dependencies/Gemfile.lock
vendored
|
@ -13,7 +13,7 @@ GEM
|
|||
json (2.6.3)
|
||||
minitest (5.16.3)
|
||||
parallel (1.22.1)
|
||||
parser (3.1.3.0)
|
||||
parser (3.2.0.0)
|
||||
ast (~> 2.4.1)
|
||||
rack (3.0.3)
|
||||
rainbow (3.1.1)
|
||||
|
@ -35,7 +35,7 @@ GEM
|
|||
rubocop (>= 1.0.0)
|
||||
rubocop-performance
|
||||
rubocop-rails
|
||||
rubocop-minitest (0.25.0)
|
||||
rubocop-minitest (0.25.1)
|
||||
rubocop (>= 0.90, < 2.0)
|
||||
rubocop-performance (1.15.1)
|
||||
rubocop (>= 1.7.0, < 2.0)
|
||||
|
@ -51,7 +51,7 @@ GEM
|
|||
ruby-progressbar (1.11.0)
|
||||
tzinfo (2.0.5)
|
||||
concurrent-ruby (~> 1.0)
|
||||
unicode-display_width (2.3.0)
|
||||
unicode-display_width (2.4.0)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
@ -59,7 +59,7 @@ PLATFORMS
|
|||
DEPENDENCIES
|
||||
rubocop (~> 1.41.0)
|
||||
rubocop-github (~> 0.18.0)
|
||||
rubocop-minitest (~> 0.25.0)
|
||||
rubocop-minitest (~> 0.25.1)
|
||||
rubocop-performance (~> 1.15.1)
|
||||
rubocop-rails (~> 2.17)
|
||||
rubocop-rake (~> 0.6.0)
|
||||
|
|
Loading…
Reference in a new issue