Bump rubocop from 0.79.0 to 0.80.0

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.79.0 to 0.80.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/v0.79.0...v0.80.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-02-24 11:22:04 +00:00 committed by GitHub
parent cbcce75eb4
commit 6ace4d9298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 5 deletions

View File

@ -7,7 +7,7 @@ gem "rake", "~> 13.0"
gem "byebug", "~> 11.1"
gem "minitest", "~> 5.14"
gem "simctl", "~> 1.6"
gem "rubocop", "~> 0.79.0"
gem "rubocop", "~> 0.80.0"
gem "encrypted-environment", "~> 0.2.0"
gem "google-cloud-storage", "~> 1.25"
gem "colorize", "~> 0.8.1"

View File

@ -134,7 +134,7 @@ GEM
netrc (0.11.0)
os (1.0.1)
parallel (1.19.1)
parser (2.7.0.1)
parser (2.7.0.2)
ast (~> 2.4.0)
public_suffix (4.0.3)
rainbow (3.0.0)
@ -144,11 +144,13 @@ GEM
declarative-option (< 0.2.0)
uber (< 0.2.0)
retriable (3.1.2)
rubocop (0.79.0)
rexml (3.2.4)
rubocop (0.80.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0)
rexml
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-macho (1.4.0)
@ -165,7 +167,7 @@ GEM
tzinfo (1.2.5)
thread_safe (~> 0.1)
uber (0.1.0)
unicode-display_width (1.6.0)
unicode-display_width (1.6.1)
xcodeproj (1.15.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
@ -186,7 +188,7 @@ DEPENDENCIES
highline (~> 2.0)
minitest (~> 5.14)
rake (~> 13.0)
rubocop (~> 0.79.0)
rubocop (~> 0.80.0)
simctl (~> 1.6)
xcodeproj (~> 1.15)