Bump rubocop from 1.4.0 to 1.4.2

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 1.4.0 to 1.4.2.
- [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.4.0...v1.4.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-11-30 11:00:55 +00:00 committed by GitHub
parent b66eb616d4
commit ab527506e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 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", "~> 1.4.0"
gem "rubocop", "~> 1.4.2"
gem "encrypted-environment", "~> 0.2.0"
gem "google-cloud-storage", "~> 1.29"
gem "colorize", "~> 0.8.1"

View File

@ -164,14 +164,14 @@ GEM
public_suffix (4.0.6)
rainbow (3.0.0)
rake (13.0.1)
regexp_parser (1.8.2)
regexp_parser (2.0.0)
representable (3.0.4)
declarative (< 0.1.0)
declarative-option (< 0.2.0)
uber (< 0.2.0)
retriable (3.1.2)
rexml (3.2.4)
rubocop (1.4.0)
rubocop (1.4.2)
parallel (~> 1.10)
parser (>= 2.7.1.5)
rainbow (>= 2.2.2, < 4.0)
@ -180,7 +180,7 @@ GEM
rubocop-ast (>= 1.1.1)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.1.1)
rubocop-ast (1.2.0)
parser (>= 2.7.1.5)
ruby-macho (1.4.0)
ruby-progressbar (1.10.1)
@ -223,7 +223,7 @@ DEPENDENCIES
highline (~> 2.0)
minitest (~> 5.14)
rake (~> 13.0)
rubocop (~> 1.4.0)
rubocop (~> 1.4.2)
ruby-macho (~> 1.4)
rubyzip (~> 2.3.0)
simctl (~> 1.6)