Bump pronto-rubocop
This commit is contained in:
parent
4fbd5b226b
commit
dbc095c895
2 changed files with 9 additions and 8 deletions
2
Gemfile
2
Gemfile
|
|
@ -202,7 +202,7 @@ group :development do
|
||||||
gem "pronto", "0.11.1", require: false
|
gem "pronto", "0.11.1", require: false
|
||||||
gem "pronto-eslint", "0.11.1", require: false
|
gem "pronto-eslint", "0.11.1", require: false
|
||||||
gem "pronto-haml", "0.11.1", require: false
|
gem "pronto-haml", "0.11.1", require: false
|
||||||
gem "pronto-rubocop", "0.11.1", require: false
|
gem "pronto-rubocop", "0.11.5", require: false
|
||||||
gem "pronto-scss", "0.11.0", require: false
|
gem "pronto-scss", "0.11.0", require: false
|
||||||
gem "rubocop", "0.93.1", require: false
|
gem "rubocop", "0.93.1", require: false
|
||||||
gem "rubocop-rails", "2.9.1", require: false
|
gem "rubocop-rails", "2.9.1", require: false
|
||||||
|
|
|
||||||
15
Gemfile.lock
15
Gemfile.lock
|
|
@ -500,9 +500,10 @@ GEM
|
||||||
validate_url
|
validate_url
|
||||||
webfinger (>= 1.0.1)
|
webfinger (>= 1.0.1)
|
||||||
orm_adapter (0.5.0)
|
orm_adapter (0.5.0)
|
||||||
parallel (1.22.1)
|
parallel (1.23.0)
|
||||||
parser (3.1.2.0)
|
parser (3.2.2.3)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
|
racc
|
||||||
pg (1.5.3)
|
pg (1.5.3)
|
||||||
phantomjs (2.1.1.0)
|
phantomjs (2.1.1.0)
|
||||||
pronto (0.11.1)
|
pronto (0.11.1)
|
||||||
|
|
@ -519,7 +520,7 @@ GEM
|
||||||
pronto-haml (0.11.1)
|
pronto-haml (0.11.1)
|
||||||
haml_lint (~> 0.23)
|
haml_lint (~> 0.23)
|
||||||
pronto (~> 0.11.0)
|
pronto (~> 0.11.0)
|
||||||
pronto-rubocop (0.11.1)
|
pronto-rubocop (0.11.5)
|
||||||
pronto (~> 0.11.0)
|
pronto (~> 0.11.0)
|
||||||
rubocop (>= 0.63.1, < 2.0)
|
rubocop (>= 0.63.1, < 2.0)
|
||||||
pronto-scss (0.11.0)
|
pronto-scss (0.11.0)
|
||||||
|
|
@ -643,14 +644,14 @@ GEM
|
||||||
rubocop-ast (>= 0.6.0)
|
rubocop-ast (>= 0.6.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (>= 1.4.0, < 2.0)
|
unicode-display_width (>= 1.4.0, < 2.0)
|
||||||
rubocop-ast (1.17.0)
|
rubocop-ast (1.29.0)
|
||||||
parser (>= 3.1.1.0)
|
parser (>= 3.2.1.0)
|
||||||
rubocop-rails (2.9.1)
|
rubocop-rails (2.9.1)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
rack (>= 1.1)
|
rack (>= 1.1)
|
||||||
rubocop (>= 0.90.0, < 2.0)
|
rubocop (>= 0.90.0, < 2.0)
|
||||||
ruby-oembed (0.16.1)
|
ruby-oembed (0.16.1)
|
||||||
ruby-progressbar (1.11.0)
|
ruby-progressbar (1.13.0)
|
||||||
ruby-vips (2.1.4)
|
ruby-vips (2.1.4)
|
||||||
ffi (~> 1.12)
|
ffi (~> 1.12)
|
||||||
ruby2_keywords (0.0.5)
|
ruby2_keywords (0.0.5)
|
||||||
|
|
@ -857,7 +858,7 @@ DEPENDENCIES
|
||||||
pronto (= 0.11.1)
|
pronto (= 0.11.1)
|
||||||
pronto-eslint (= 0.11.1)
|
pronto-eslint (= 0.11.1)
|
||||||
pronto-haml (= 0.11.1)
|
pronto-haml (= 0.11.1)
|
||||||
pronto-rubocop (= 0.11.1)
|
pronto-rubocop (= 0.11.5)
|
||||||
pronto-scss (= 0.11.0)
|
pronto-scss (= 0.11.0)
|
||||||
pry
|
pry
|
||||||
pry-byebug
|
pry-byebug
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue