Update rubocop to version 0.20.1
This commit is contained in:
parent
3b5d98dbe2
commit
8f8ffd1744
|
@ -1,8 +1,8 @@
|
||||||
AllCops:
|
AllCops:
|
||||||
Includes:
|
Include:
|
||||||
- 'Gemfile'
|
- 'Gemfile'
|
||||||
- 'Rakefile'
|
- 'Rakefile'
|
||||||
Excludes:
|
Exclude:
|
||||||
- 'db/schema.rb'
|
- 'db/schema.rb'
|
||||||
|
|
||||||
# Avoid long parameter lists
|
# Avoid long parameter lists
|
||||||
|
|
|
@ -141,7 +141,7 @@ 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.19.1)
|
rubocop (0.20.1)
|
||||||
json (>= 1.7.7, < 2)
|
json (>= 1.7.7, < 2)
|
||||||
parser (~> 2.1.7)
|
parser (~> 2.1.7)
|
||||||
powerpack (~> 0.0.6)
|
powerpack (~> 0.0.6)
|
||||||
|
|
Loading…
Reference in New Issue