bump rubocop
This commit is contained in:
parent
ccb183c42c
commit
1d1a23c74e
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -233,7 +233,7 @@ group :development do
|
|||
|
||||
# Linters
|
||||
gem "jshintrb", "0.3.0"
|
||||
gem "rubocop", "0.31.0"
|
||||
gem "rubocop", "0.32.0"
|
||||
|
||||
# Preloading environment
|
||||
|
||||
|
|
|
|||
|
|
@ -470,7 +470,7 @@ GEM
|
|||
faraday (~> 0.9.0)
|
||||
nokogiri (~> 1.6)
|
||||
orm_adapter (0.5.0)
|
||||
parser (2.2.2.2)
|
||||
parser (2.2.2.5)
|
||||
ast (>= 1.1, < 3.0)
|
||||
phantomjs (1.9.8.0)
|
||||
powerpack (0.1.1)
|
||||
|
|
@ -625,9 +625,9 @@ GEM
|
|||
rspec-mocks (~> 3.3.0)
|
||||
rspec-support (~> 3.3.0)
|
||||
rspec-support (3.3.0)
|
||||
rubocop (0.31.0)
|
||||
rubocop (0.32.0)
|
||||
astrolabe (~> 1.3)
|
||||
parser (>= 2.2.2.1, < 3.0)
|
||||
parser (>= 2.2.2.5, < 3.0)
|
||||
powerpack (~> 0.1)
|
||||
rainbow (>= 1.99.1, < 3.0)
|
||||
ruby-progressbar (~> 1.4)
|
||||
|
|
@ -847,7 +847,7 @@ DEPENDENCIES
|
|||
roxml (= 3.1.6)
|
||||
rspec-instafail (= 0.2.6)
|
||||
rspec-rails (= 3.3.2)
|
||||
rubocop (= 0.31.0)
|
||||
rubocop (= 0.32.0)
|
||||
ruby-oembed (= 0.8.14)
|
||||
rubyzip (= 1.1.7)
|
||||
sass-rails (= 5.0.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue