mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
Bump rubocop from 1.41.0 to 1.42.0 in /dependencies
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.41.0 to 1.42.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.41.0...v1.42.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
07c1298ada
commit
72b70aa064
2 changed files with 5 additions and 5 deletions
2
dependencies/Gemfile
vendored
2
dependencies/Gemfile
vendored
|
@ -4,7 +4,7 @@ source "https://rubygems.org"
|
||||||
|
|
||||||
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
||||||
|
|
||||||
gem "rubocop", "~> 1.41.0"
|
gem "rubocop", "~> 1.42.0"
|
||||||
gem "rubocop-github", "~> 0.18.0"
|
gem "rubocop-github", "~> 0.18.0"
|
||||||
gem "rubocop-minitest", "~> 0.25.1"
|
gem "rubocop-minitest", "~> 0.25.1"
|
||||||
gem "rubocop-performance", "~>1.15.1"
|
gem "rubocop-performance", "~>1.15.1"
|
||||||
|
|
8
dependencies/Gemfile.lock
vendored
8
dependencies/Gemfile.lock
vendored
|
@ -19,14 +19,14 @@ GEM
|
||||||
rainbow (3.1.1)
|
rainbow (3.1.1)
|
||||||
regexp_parser (2.6.1)
|
regexp_parser (2.6.1)
|
||||||
rexml (3.2.5)
|
rexml (3.2.5)
|
||||||
rubocop (1.41.0)
|
rubocop (1.42.0)
|
||||||
json (~> 2.3)
|
json (~> 2.3)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 3.1.2.1)
|
parser (>= 3.1.2.1)
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
regexp_parser (>= 1.8, < 3.0)
|
regexp_parser (>= 1.8, < 3.0)
|
||||||
rexml (>= 3.2.5, < 4.0)
|
rexml (>= 3.2.5, < 4.0)
|
||||||
rubocop-ast (>= 1.23.0, < 2.0)
|
rubocop-ast (>= 1.24.1, < 2.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (>= 1.4.0, < 3.0)
|
unicode-display_width (>= 1.4.0, < 3.0)
|
||||||
rubocop-ast (1.24.1)
|
rubocop-ast (1.24.1)
|
||||||
|
@ -51,13 +51,13 @@ GEM
|
||||||
ruby-progressbar (1.11.0)
|
ruby-progressbar (1.11.0)
|
||||||
tzinfo (2.0.5)
|
tzinfo (2.0.5)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
unicode-display_width (2.4.0)
|
unicode-display_width (2.4.1)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
rubocop (~> 1.41.0)
|
rubocop (~> 1.42.0)
|
||||||
rubocop-github (~> 0.18.0)
|
rubocop-github (~> 0.18.0)
|
||||||
rubocop-minitest (~> 0.25.1)
|
rubocop-minitest (~> 0.25.1)
|
||||||
rubocop-performance (~> 1.15.1)
|
rubocop-performance (~> 1.15.1)
|
||||||
|
|
Loading…
Reference in a new issue