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:
dependabot[bot] 2022-07-11 12:14:15 -05:00 committed by GitHub
parent 402e51020f
commit dc5a858601
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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"

View file

@ -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)