Update rubocop to version 0.41.1

This commit is contained in:
Erik Michaels-Ober 2016-06-30 10:45:03 -07:00
parent 92849dfc59
commit 4e652c2331
2 changed files with 5 additions and 2 deletions

View File

@ -50,6 +50,9 @@ Style/DotPosition:
Style/DoubleNegation:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
Style/SpaceInsideHashLiteralBraces:
EnforcedStyle: no_space

View File

@ -161,8 +161,8 @@ GEM
remotipart (1.2.1)
responders (2.2.0)
railties (>= 4.2.0, < 5.1)
rubocop (0.40.0)
parser (>= 2.3.1.0, < 3.0)
rubocop (0.41.1)
parser (>= 2.3.1.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7)