mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Bump rubocop-github from 0.18.0 to 0.20.0 in /dependencies
Bumps [rubocop-github](https://github.com/github/rubocop-github) from 0.18.0 to 0.20.0. - [Release notes](https://github.com/github/rubocop-github/releases) - [Changelog](https://github.com/github/rubocop-github/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/rubocop-github/compare/v0.18.0...v0.20.0) --- updated-dependencies: - dependency-name: rubocop-github dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6d7a7b41c9
commit
2cdffd7af5
2 changed files with 8 additions and 8 deletions
2
dependencies/Gemfile
vendored
2
dependencies/Gemfile
vendored
|
@ -5,7 +5,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.42.0"
|
gem "rubocop", "~> 1.42.0"
|
||||||
gem "rubocop-github", "~> 0.18.0"
|
gem "rubocop-github", "~> 0.20.0"
|
||||||
gem "rubocop-minitest", "~> 0.25.1"
|
gem "rubocop-minitest", "~> 0.25.1"
|
||||||
gem "rubocop-performance", "~>1.15.2"
|
gem "rubocop-performance", "~>1.15.2"
|
||||||
gem "rubocop-rails", "~> 2.17"
|
gem "rubocop-rails", "~> 2.17"
|
||||||
|
|
14
dependencies/Gemfile.lock
vendored
14
dependencies/Gemfile.lock
vendored
|
@ -11,7 +11,7 @@ GEM
|
||||||
i18n (1.12.0)
|
i18n (1.12.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
json (2.6.3)
|
json (2.6.3)
|
||||||
minitest (5.16.3)
|
minitest (5.17.0)
|
||||||
parallel (1.22.1)
|
parallel (1.22.1)
|
||||||
parser (3.2.0.0)
|
parser (3.2.0.0)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
|
@ -31,10 +31,10 @@ GEM
|
||||||
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)
|
||||||
parser (>= 3.1.1.0)
|
parser (>= 3.1.1.0)
|
||||||
rubocop-github (0.18.0)
|
rubocop-github (0.20.0)
|
||||||
rubocop (>= 1.0.0)
|
rubocop (>= 1.37)
|
||||||
rubocop-performance
|
rubocop-performance (>= 1.15)
|
||||||
rubocop-rails
|
rubocop-rails (>= 2.17)
|
||||||
rubocop-minitest (0.25.1)
|
rubocop-minitest (0.25.1)
|
||||||
rubocop (>= 0.90, < 2.0)
|
rubocop (>= 0.90, < 2.0)
|
||||||
rubocop-performance (1.15.2)
|
rubocop-performance (1.15.2)
|
||||||
|
@ -51,14 +51,14 @@ 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.1)
|
unicode-display_width (2.4.2)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
rubocop (~> 1.42.0)
|
rubocop (~> 1.42.0)
|
||||||
rubocop-github (~> 0.18.0)
|
rubocop-github (~> 0.20.0)
|
||||||
rubocop-minitest (~> 0.25.1)
|
rubocop-minitest (~> 0.25.1)
|
||||||
rubocop-performance (~> 1.15.2)
|
rubocop-performance (~> 1.15.2)
|
||||||
rubocop-rails (~> 2.17)
|
rubocop-rails (~> 2.17)
|
||||||
|
|
Loading…
Reference in a new issue