Bump rubocop from 1.7.0 to 1.8.0 (#2258)

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 1.7.0 to 1.8.0.
- [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.7.0...v1.8.0)

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-11 22:29:11 +01:00 committed by GitHub
parent 0c95b3582b
commit c7af235fdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

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

View File

@ -180,23 +180,23 @@ GEM
uber (< 0.2.0)
retriable (3.1.2)
rexml (3.2.4)
rubocop (1.7.0)
rubocop (1.8.0)
parallel (~> 1.10)
parser (>= 2.7.1.5)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.2.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.3.0)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.4.0)
parser (>= 2.7.1.5)
rubocop-minitest (0.10.2)
rubocop (>= 0.87, < 2.0)
rubocop-rake (0.5.1)
rubocop
ruby-macho (1.4.0)
ruby-progressbar (1.10.1)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.2)
rubyzip (2.3.0)
signet (0.14.0)
@ -216,7 +216,7 @@ GEM
tzinfo (1.2.9)
thread_safe (~> 0.1)
uber (0.1.0)
unicode-display_width (1.7.0)
unicode-display_width (2.0.0)
xcodeproj (1.19.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
@ -240,7 +240,7 @@ DEPENDENCIES
minitest-reporters
mocha (~> 1.12)
rake (~> 13.0)
rubocop (~> 1.7.0)
rubocop (~> 1.8.0)
rubocop-minitest (~> 0.10.2)
rubocop-rake (~> 0.5.1)
ruby-macho (~> 1.4)