mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-24 23:21:12 -05:00
Bump rubocop-minitest from 0.26.1 to 0.30.0 in /dependencies
Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.26.1 to 0.30.0. - [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.26.1...v0.30.0) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
404dc12a41
commit
3f86536593
2 changed files with 9 additions and 9 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.44.0"
|
||||
gem "rubocop-github", "~> 0.20.0"
|
||||
gem "rubocop-minitest", "~> 0.26.1"
|
||||
gem "rubocop-minitest", "~> 0.30.0"
|
||||
gem "rubocop-performance", "~>1.15.2"
|
||||
gem "rubocop-rails", "~> 2.17"
|
||||
gem "rubocop-rake", "~> 0.6.0"
|
||||
|
|
16
dependencies/Gemfile.lock
vendored
16
dependencies/Gemfile.lock
vendored
|
@ -13,11 +13,11 @@ GEM
|
|||
json (2.6.3)
|
||||
minitest (5.17.0)
|
||||
parallel (1.22.1)
|
||||
parser (3.2.0.0)
|
||||
parser (3.2.2.0)
|
||||
ast (~> 2.4.1)
|
||||
rack (3.0.3)
|
||||
rainbow (3.1.1)
|
||||
regexp_parser (2.6.2)
|
||||
regexp_parser (2.7.0)
|
||||
rexml (3.2.5)
|
||||
rubocop (1.44.0)
|
||||
json (~> 2.3)
|
||||
|
@ -29,16 +29,16 @@ GEM
|
|||
rubocop-ast (>= 1.24.1, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 2.4.0, < 3.0)
|
||||
rubocop-ast (1.24.1)
|
||||
parser (>= 3.1.1.0)
|
||||
rubocop-ast (1.28.0)
|
||||
parser (>= 3.2.1.0)
|
||||
rubocop-capybara (2.17.0)
|
||||
rubocop (~> 1.41)
|
||||
rubocop-github (0.20.0)
|
||||
rubocop (>= 1.37)
|
||||
rubocop-performance (>= 1.15)
|
||||
rubocop-rails (>= 2.17)
|
||||
rubocop-minitest (0.26.1)
|
||||
rubocop (>= 0.90, < 2.0)
|
||||
rubocop-minitest (0.30.0)
|
||||
rubocop (>= 1.39, < 2.0)
|
||||
rubocop-performance (1.15.2)
|
||||
rubocop (>= 1.7.0, < 2.0)
|
||||
rubocop-ast (>= 0.4.0)
|
||||
|
@ -51,7 +51,7 @@ GEM
|
|||
rubocop-rspec (2.18.1)
|
||||
rubocop (~> 1.33)
|
||||
rubocop-capybara (~> 2.17)
|
||||
ruby-progressbar (1.11.0)
|
||||
ruby-progressbar (1.13.0)
|
||||
tzinfo (2.0.5)
|
||||
concurrent-ruby (~> 1.0)
|
||||
unicode-display_width (2.4.2)
|
||||
|
@ -62,7 +62,7 @@ PLATFORMS
|
|||
DEPENDENCIES
|
||||
rubocop (~> 1.44.0)
|
||||
rubocop-github (~> 0.20.0)
|
||||
rubocop-minitest (~> 0.26.1)
|
||||
rubocop-minitest (~> 0.30.0)
|
||||
rubocop-performance (~> 1.15.2)
|
||||
rubocop-rails (~> 2.17)
|
||||
rubocop-rake (~> 0.6.0)
|
||||
|
|
Loading…
Reference in a new issue