bump rubocop
This commit is contained in:
parent
9e1bfb9431
commit
77d726b56d
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -17,7 +17,7 @@ end
|
|||
|
||||
group :development do
|
||||
# code style
|
||||
gem "rubocop", "0.39.0"
|
||||
gem "rubocop", "0.40.0"
|
||||
gem "pronto", "0.6.0"
|
||||
gem "pronto-rubocop", "0.6.2", require: false
|
||||
|
||||
|
|
|
|||
|
|
@ -223,8 +223,8 @@ GEM
|
|||
rspec-mocks (~> 3.4.0)
|
||||
rspec-support (~> 3.4.0)
|
||||
rspec-support (3.4.1)
|
||||
rubocop (0.39.0)
|
||||
parser (>= 2.3.0.7, < 3.0)
|
||||
rubocop (0.40.0)
|
||||
parser (>= 2.3.1.0, < 3.0)
|
||||
powerpack (~> 0.1)
|
||||
rainbow (>= 1.99.1, < 3.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
|
|
@ -299,7 +299,7 @@ DEPENDENCIES
|
|||
rspec-collection_matchers (~> 1.1.2)
|
||||
rspec-core (~> 3.4.3)
|
||||
rspec-rails (~> 3.4.1)
|
||||
rubocop (= 0.39.0)
|
||||
rubocop (= 0.40.0)
|
||||
simplecov (= 0.11.2)
|
||||
simplecov-rcov (= 0.2.3)
|
||||
spring
|
||||
|
|
|
|||
Loading…
Reference in a new issue