bump rubocop
This commit is contained in:
parent
9af75eb105
commit
b9d8ab0b38
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -12,7 +12,7 @@ gemspec
|
|||
|
||||
group :development do
|
||||
# code style
|
||||
gem "rubocop", "0.32.0"
|
||||
gem "rubocop", "0.32.1"
|
||||
|
||||
# debugging
|
||||
gem "pry"
|
||||
|
|
|
|||
|
|
@ -186,7 +186,7 @@ GEM
|
|||
rspec-mocks (~> 3.3.0)
|
||||
rspec-support (~> 3.3.0)
|
||||
rspec-support (3.3.0)
|
||||
rubocop (0.32.0)
|
||||
rubocop (0.32.1)
|
||||
astrolabe (~> 1.3)
|
||||
parser (>= 2.2.2.5, < 3.0)
|
||||
powerpack (~> 0.1)
|
||||
|
|
@ -239,7 +239,7 @@ DEPENDENCIES
|
|||
pry-byebug
|
||||
pry-debundle
|
||||
rspec-rails (~> 3.3.2)
|
||||
rubocop (= 0.32.0)
|
||||
rubocop (= 0.32.1)
|
||||
simplecov (= 0.10.0)
|
||||
simplecov-rcov (= 0.2.3)
|
||||
spring
|
||||
|
|
|
|||
Loading…
Reference in a new issue