bump rubocop
This commit is contained in:
parent
eabe1135ee
commit
d75c9af784
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -17,7 +17,7 @@ end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
# code style
|
# code style
|
||||||
gem "rubocop", "0.34.1"
|
gem "rubocop", "0.34.2"
|
||||||
gem "pronto", "0.4.3"
|
gem "pronto", "0.4.3"
|
||||||
gem "pronto-rubocop", "0.4.6", require: false
|
gem "pronto-rubocop", "0.4.6", require: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -217,7 +217,7 @@ GEM
|
||||||
rspec-mocks (~> 3.3.0)
|
rspec-mocks (~> 3.3.0)
|
||||||
rspec-support (~> 3.3.0)
|
rspec-support (~> 3.3.0)
|
||||||
rspec-support (3.3.0)
|
rspec-support (3.3.0)
|
||||||
rubocop (0.34.1)
|
rubocop (0.34.2)
|
||||||
astrolabe (~> 1.3)
|
astrolabe (~> 1.3)
|
||||||
parser (>= 2.2.2.5, < 3.0)
|
parser (>= 2.2.2.5, < 3.0)
|
||||||
powerpack (~> 0.1)
|
powerpack (~> 0.1)
|
||||||
|
|
@ -287,7 +287,7 @@ DEPENDENCIES
|
||||||
pry-debundle
|
pry-debundle
|
||||||
rspec-collection_matchers (~> 1.1.2)
|
rspec-collection_matchers (~> 1.1.2)
|
||||||
rspec-rails (~> 3.3.2)
|
rspec-rails (~> 3.3.2)
|
||||||
rubocop (= 0.34.1)
|
rubocop (= 0.34.2)
|
||||||
simplecov (= 0.10.0)
|
simplecov (= 0.10.0)
|
||||||
simplecov-rcov (= 0.2.3)
|
simplecov-rcov (= 0.2.3)
|
||||||
spring
|
spring
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue