Bump rubocop from 0.55.0 to 0.56.0 (#29)

This commit is contained in:
david942j 2018-05-15 11:23:09 +08:00 committed by GitHub
parent 6a9ca16130
commit 1e7d494cb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -10,6 +10,9 @@ Layout/EndOfLine:
Layout/IndentHeredoc:
Enabled: false
Lint/SplatKeywordArguments:
Enabled: false
Metrics/AbcSize:
Enabled: false

View File

@ -33,7 +33,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
rubocop (0.55.0)
rubocop (0.56.0)
parallel (~> 1.10)
parser (>= 2.5)
powerpack (~> 0.1)