bump rubocop
This commit is contained in:
parent
cc409e88ba
commit
bebaa98680
3 changed files with 6 additions and 3 deletions
|
|
@ -167,3 +167,6 @@ Style/SingleLineMethods:
|
||||||
Style/EmptyLineBetweenDefs:
|
Style/EmptyLineBetweenDefs:
|
||||||
Exclude:
|
Exclude:
|
||||||
- "test/dummy/app/models/*"
|
- "test/dummy/app/models/*"
|
||||||
|
|
||||||
|
Style/NumericPredicate:
|
||||||
|
EnforcedStyle: comparison
|
||||||
|
|
|
||||||
2
Gemfile
2
Gemfile
|
|
@ -17,7 +17,7 @@ end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
# code style
|
# code style
|
||||||
gem "rubocop", "0.41.2"
|
gem "rubocop", "0.42.0"
|
||||||
gem "pronto", "0.6.0"
|
gem "pronto", "0.6.0"
|
||||||
gem "pronto-rubocop", "0.6.2", require: false
|
gem "pronto-rubocop", "0.6.2", require: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -224,7 +224,7 @@ GEM
|
||||||
rspec-mocks (~> 3.5.0)
|
rspec-mocks (~> 3.5.0)
|
||||||
rspec-support (~> 3.5.0)
|
rspec-support (~> 3.5.0)
|
||||||
rspec-support (3.5.0)
|
rspec-support (3.5.0)
|
||||||
rubocop (0.41.2)
|
rubocop (0.42.0)
|
||||||
parser (>= 2.3.1.1, < 3.0)
|
parser (>= 2.3.1.1, < 3.0)
|
||||||
powerpack (~> 0.1)
|
powerpack (~> 0.1)
|
||||||
rainbow (>= 1.99.1, < 3.0)
|
rainbow (>= 1.99.1, < 3.0)
|
||||||
|
|
@ -300,7 +300,7 @@ DEPENDENCIES
|
||||||
rspec-collection_matchers (~> 1.1.2)
|
rspec-collection_matchers (~> 1.1.2)
|
||||||
rspec-core (~> 3.5.1)
|
rspec-core (~> 3.5.1)
|
||||||
rspec-rails (~> 3.5.1)
|
rspec-rails (~> 3.5.1)
|
||||||
rubocop (= 0.41.2)
|
rubocop (= 0.42.0)
|
||||||
simplecov (= 0.12.0)
|
simplecov (= 0.12.0)
|
||||||
simplecov-rcov (= 0.2.3)
|
simplecov-rcov (= 0.2.3)
|
||||||
spring
|
spring
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue