Update rubocop to version 0.27.0

This commit is contained in:
Erik Michaels-Ober 2014-10-31 10:30:34 +01:00
parent 5fb0093353
commit 7cfca5c522
2 changed files with 5 additions and 2 deletions

View File

@ -27,6 +27,9 @@ MethodLength:
BlockNesting:
Max: 2
AbcSize:
Enabled: false
# Align with the style guide.
CollectionMethods:
PreferredMethods:

View File

@ -150,9 +150,9 @@ GEM
rest-client (1.7.2)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
rubocop (0.26.1)
rubocop (0.27.0)
astrolabe (~> 1.3)
parser (>= 2.2.0.pre.4, < 3.0)
parser (>= 2.2.0.pre.6, < 3.0)
powerpack (~> 0.0.6)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.4)