Bump rubocop-github from 0.16.1 to 0.16.2 in /dependencies (#1711)

Bumps [rubocop-github](https://github.com/github/rubocop-github) from 0.16.1 to 0.16.2.
- [Release notes](https://github.com/github/rubocop-github/releases)
- [Commits](https://github.com/github/rubocop-github/compare/0.16.1...v0.16.2)

---
updated-dependencies:
- dependency-name: rubocop-github
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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] 2021-06-28 13:52:43 -05:00 committed by GitHub
parent d78ba3ed02
commit af35b089f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -5,7 +5,7 @@ source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "rubocop", "~> 1.6.1"
gem "rubocop-github", "~> 0.16.1"
gem "rubocop-github", "~> 0.16.2"
gem "rubocop-performance", "~>1.7.1"
gem "rubocop-rails", "~> 2.7"
gem "rubocop-rspec", "~> 2.4.0"

View file

@ -1,17 +1,17 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.3)
activesupport (6.1.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
ast (2.4.2)
concurrent-ruby (1.1.8)
i18n (1.8.9)
concurrent-ruby (1.1.9)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
minitest (5.14.3)
minitest (5.14.4)
parallel (1.20.1)
parser (3.0.1.1)
ast (~> 2.4.1)
@ -30,9 +30,9 @@ GEM
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.7.0)
parser (>= 3.0.1.1)
rubocop-github (0.16.1)
rubocop (<= 1.6.1)
rubocop-performance (<= 1.7.1)
rubocop-github (0.16.2)
rubocop (<= 1.13.0)
rubocop-performance (<= 1.11.0)
rubocop-rails (<= 2.7.1)
rubocop-performance (1.7.1)
rubocop (>= 0.82.0)
@ -54,7 +54,7 @@ PLATFORMS
DEPENDENCIES
rubocop (~> 1.6.1)
rubocop-github (~> 0.16.1)
rubocop-github (~> 0.16.2)
rubocop-performance (~> 1.7.1)
rubocop-rails (~> 2.7)
rubocop-rspec (~> 2.4.0)