Bump rubocop from 1.8.0 to 1.8.1 (#2307)

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v1.8.0...v1.8.1)

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-01-19 18:28:56 +01:00 committed by GitHub
parent 4773136886
commit 9352be67ec
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ group :test do
end
group :development do
gem "rubocop", "~> 1.8.0"
gem "rubocop", "~> 1.8.1"
gem "rubocop-minitest", "~> 0.10.2"
gem "rubocop-rake", "~> 0.5.1"
end

View File

@ -180,7 +180,7 @@ GEM
uber (< 0.2.0)
retriable (3.1.2)
rexml (3.2.4)
rubocop (1.8.0)
rubocop (1.8.1)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
@ -240,7 +240,7 @@ DEPENDENCIES
minitest-reporters
mocha (~> 1.12)
rake (~> 13.0)
rubocop (~> 1.8.0)
rubocop (~> 1.8.1)
rubocop-minitest (~> 0.10.2)
rubocop-rake (~> 0.5.1)
ruby-macho (~> 1.4)