Update rubocop to version 0.21.0
This commit is contained in:
parent
384f00066d
commit
b229a83783
|
@ -3,6 +3,7 @@ AllCops:
|
||||||
- 'Gemfile'
|
- 'Gemfile'
|
||||||
- 'Rakefile'
|
- 'Rakefile'
|
||||||
Exclude:
|
Exclude:
|
||||||
|
- 'bin/*'
|
||||||
- 'db/schema.rb'
|
- 'db/schema.rb'
|
||||||
|
|
||||||
# Avoid long parameter lists
|
# Avoid long parameter lists
|
||||||
|
|
|
@ -145,9 +145,9 @@ GEM
|
||||||
remotipart (1.2.1)
|
remotipart (1.2.1)
|
||||||
rest-client (1.6.7)
|
rest-client (1.6.7)
|
||||||
mime-types (>= 1.16)
|
mime-types (>= 1.16)
|
||||||
rubocop (0.20.1)
|
rubocop (0.21.0)
|
||||||
json (>= 1.7.7, < 2)
|
json (>= 1.7.7, < 2)
|
||||||
parser (~> 2.1.7)
|
parser (~> 2.1.9)
|
||||||
powerpack (~> 0.0.6)
|
powerpack (~> 0.0.6)
|
||||||
rainbow (>= 1.99.1, < 3.0)
|
rainbow (>= 1.99.1, < 3.0)
|
||||||
ruby-progressbar (~> 1.4)
|
ruby-progressbar (~> 1.4)
|
||||||
|
|
Loading…
Reference in New Issue