bump rubocop
This commit is contained in:
parent
9b8768db7e
commit
6929ed4158
2 changed files with 6 additions and 6 deletions
2
Gemfile
2
Gemfile
|
|
@ -17,7 +17,7 @@ end
|
|||
|
||||
group :development do
|
||||
# code style
|
||||
gem "rubocop", "0.38.0"
|
||||
gem "rubocop", "0.39.0"
|
||||
gem "pronto", "0.6.0"
|
||||
gem "pronto-rubocop", "0.6.1", require: false
|
||||
|
||||
|
|
|
|||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -148,7 +148,7 @@ GEM
|
|||
rspec (>= 2.99, >= 2.14.2, < 4)
|
||||
octokit (4.3.0)
|
||||
sawyer (~> 0.7.0, >= 0.5.3)
|
||||
parser (2.3.0.6)
|
||||
parser (2.3.0.7)
|
||||
ast (~> 2.2)
|
||||
powerpack (0.1.1)
|
||||
pronto (0.6.0)
|
||||
|
|
@ -223,8 +223,8 @@ GEM
|
|||
rspec-mocks (~> 3.4.0)
|
||||
rspec-support (~> 3.4.0)
|
||||
rspec-support (3.4.1)
|
||||
rubocop (0.38.0)
|
||||
parser (>= 2.3.0.6, < 3.0)
|
||||
rubocop (0.39.0)
|
||||
parser (>= 2.3.0.7, < 3.0)
|
||||
powerpack (~> 0.1)
|
||||
rainbow (>= 1.99.1, < 3.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
|
|
@ -266,7 +266,7 @@ GEM
|
|||
ethon (>= 0.8.0)
|
||||
tzinfo (1.2.2)
|
||||
thread_safe (~> 0.1)
|
||||
unicode-display_width (1.0.2)
|
||||
unicode-display_width (1.0.3)
|
||||
uuid (2.3.8)
|
||||
macaddr (~> 1.0)
|
||||
valid (1.1.0)
|
||||
|
|
@ -299,7 +299,7 @@ DEPENDENCIES
|
|||
rspec-collection_matchers (~> 1.1.2)
|
||||
rspec-core (~> 3.4.3)
|
||||
rspec-rails (~> 3.4.1)
|
||||
rubocop (= 0.38.0)
|
||||
rubocop (= 0.39.0)
|
||||
simplecov (= 0.11.2)
|
||||
simplecov-rcov (= 0.2.3)
|
||||
spring
|
||||
|
|
|
|||
Loading…
Reference in a new issue