Bump rubocop from 1.2.0 to 1.3.1

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 1.2.0 to 1.3.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.2.0...v1.3.1)

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

View File

@ -171,13 +171,13 @@ GEM
uber (< 0.2.0)
retriable (3.1.2)
rexml (3.2.4)
rubocop (1.2.0)
rubocop (1.3.1)
parallel (~> 1.10)
parser (>= 2.7.1.5)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8)
rexml
rubocop-ast (>= 1.0.1)
rubocop-ast (>= 1.1.1)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.1.1)
@ -223,7 +223,7 @@ DEPENDENCIES
highline (~> 2.0)
minitest (~> 5.14)
rake (~> 13.0)
rubocop (~> 1.2.0)
rubocop (~> 1.3.1)
ruby-macho (~> 1.4)
rubyzip (~> 2.3.0)
simctl (~> 1.6)