mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
Bump rubocop-minitest from 0.32.1 to 0.33.0 in /dependencies (#4794)
Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.32.1 to 0.33.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.32.1...v0.33.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
1de77b5723
commit
2588b4cb02
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.56.4"
|
||||
gem "rubocop-github", "~> 0.20.0"
|
||||
gem "rubocop-minitest", "~> 0.32.1"
|
||||
gem "rubocop-minitest", "~> 0.33.0"
|
||||
gem "rubocop-performance", "~>1.19.1"
|
||||
gem "rubocop-rails", "~> 2.21"
|
||||
gem "rubocop-rake", "~> 0.6.0"
|
||||
|
|
8
dependencies/Gemfile.lock
vendored
8
dependencies/Gemfile.lock
vendored
|
@ -16,13 +16,13 @@ GEM
|
|||
lint_roller (1.1.0)
|
||||
minitest (5.20.0)
|
||||
parallel (1.23.0)
|
||||
parser (3.2.2.3)
|
||||
parser (3.2.2.4)
|
||||
ast (~> 2.4.1)
|
||||
racc
|
||||
racc (1.7.1)
|
||||
rack (3.0.8)
|
||||
rainbow (3.1.1)
|
||||
regexp_parser (2.8.1)
|
||||
regexp_parser (2.8.2)
|
||||
rexml (3.2.6)
|
||||
rubocop (1.56.4)
|
||||
base64 (~> 0.1.1)
|
||||
|
@ -46,7 +46,7 @@ GEM
|
|||
rubocop (>= 1.37)
|
||||
rubocop-performance (>= 1.15)
|
||||
rubocop-rails (>= 2.17)
|
||||
rubocop-minitest (0.32.1)
|
||||
rubocop-minitest (0.33.0)
|
||||
rubocop (>= 1.39, < 2.0)
|
||||
rubocop-performance (1.19.1)
|
||||
rubocop (>= 1.7.0, < 2.0)
|
||||
|
@ -84,7 +84,7 @@ PLATFORMS
|
|||
DEPENDENCIES
|
||||
rubocop (~> 1.56.4)
|
||||
rubocop-github (~> 0.20.0)
|
||||
rubocop-minitest (~> 0.32.1)
|
||||
rubocop-minitest (~> 0.33.0)
|
||||
rubocop-performance (~> 1.19.1)
|
||||
rubocop-rails (~> 2.21)
|
||||
rubocop-rake (~> 0.6.0)
|
||||
|
|
Loading…
Reference in a new issue