mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
Bump rubocop-github from 0.17.0 to 0.18.0 in /dependencies (#3110)
Bumps [rubocop-github](https://github.com/github/rubocop-github) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/github/rubocop-github/releases) - [Commits](https://github.com/github/rubocop-github/compare/v0.17.0...v0.18.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
402e51020f
commit
dc5a858601
2 changed files with 4 additions and 4 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}" }
|
||||
|
||||
gem "rubocop", "~> 1.31.2"
|
||||
gem "rubocop-github", "~> 0.17.0"
|
||||
gem "rubocop-github", "~> 0.18.0"
|
||||
gem "rubocop-performance", "~>1.14.2"
|
||||
gem "rubocop-rails", "~> 2.15"
|
||||
gem "rubocop-rspec", "~> 2.11.1"
|
||||
|
|
6
dependencies/Gemfile.lock
vendored
6
dependencies/Gemfile.lock
vendored
|
@ -31,8 +31,8 @@ GEM
|
|||
unicode-display_width (>= 1.4.0, < 3.0)
|
||||
rubocop-ast (1.19.1)
|
||||
parser (>= 3.1.1.0)
|
||||
rubocop-github (0.17.0)
|
||||
rubocop
|
||||
rubocop-github (0.18.0)
|
||||
rubocop (>= 1.0.0)
|
||||
rubocop-performance
|
||||
rubocop-rails
|
||||
rubocop-performance (1.14.2)
|
||||
|
@ -54,7 +54,7 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
rubocop (~> 1.31.2)
|
||||
rubocop-github (~> 0.17.0)
|
||||
rubocop-github (~> 0.18.0)
|
||||
rubocop-performance (~> 1.14.2)
|
||||
rubocop-rails (~> 2.15)
|
||||
rubocop-rspec (~> 2.11.1)
|
||||
|
|
Loading…
Reference in a new issue