Bump rubocop from 0.76.0 to 0.77.0 (#104)

* Bump rubocop from 0.76.0 to 0.77.0

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.76.0 to 0.77.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.76.0...v0.77.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update .rubocop.yml
This commit is contained in:
dependabot-preview[bot] 2019-11-29 09:23:34 +08:00 committed by david942j
parent 9a7fa0646e
commit a4495837f2
2 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ AllCops:
Layout/EndOfLine:
EnforcedStyle: lf
Layout/IndentHeredoc:
Layout/HeredocIndentation:
Enabled: false
Metrics/AbcSize:
@ -39,7 +39,7 @@ Metrics/PerceivedComplexity:
Naming/HeredocDelimiterNaming:
Enabled: false
Naming/UncommunicativeMethodParamName:
Naming/MethodParameterName:
Enabled: false
Style/FormatStringToken:

View File

@ -13,9 +13,9 @@ GEM
docile (1.3.2)
elftools (1.1.1)
bindata (~> 2)
jaro_winkler (1.5.3)
jaro_winkler (1.5.4)
json (2.2.0)
parallel (1.18.0)
parallel (1.19.1)
parser (2.6.5.0)
ast (~> 2.4.0)
rainbow (3.0.0)
@ -33,7 +33,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.0)
rubocop (0.76.0)
rubocop (0.77.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)