Bump haml_lint
This commit is contained in:
parent
25f5236d66
commit
7d7549e01e
2 changed files with 9 additions and 9 deletions
2
Gemfile
2
Gemfile
|
|
@ -243,7 +243,7 @@ end
|
|||
|
||||
group :development do
|
||||
# Linters
|
||||
gem "haml_lint", "0.37.1", require: false
|
||||
gem "haml_lint", "0.40.0", require: false
|
||||
gem "pronto", "0.11.0", require: false
|
||||
gem "pronto-eslint", "0.11.0", require: false
|
||||
gem "pronto-haml", "0.11.0", require: false
|
||||
|
|
|
|||
16
Gemfile.lock
16
Gemfile.lock
|
|
@ -304,7 +304,7 @@ GEM
|
|||
haml (5.2.2)
|
||||
temple (>= 0.8.0)
|
||||
tilt
|
||||
haml_lint (0.37.1)
|
||||
haml_lint (0.40.0)
|
||||
haml (>= 4.0, < 5.3)
|
||||
parallel (~> 1.10)
|
||||
rainbow
|
||||
|
|
@ -465,8 +465,8 @@ GEM
|
|||
validate_url
|
||||
webfinger (>= 1.0.1)
|
||||
orm_adapter (0.5.0)
|
||||
parallel (1.21.0)
|
||||
parser (3.0.2.0)
|
||||
parallel (1.22.1)
|
||||
parser (3.1.2.0)
|
||||
ast (~> 2.4.1)
|
||||
pg (1.4.1)
|
||||
phantomjs (2.1.1.0)
|
||||
|
|
@ -603,7 +603,7 @@ GEM
|
|||
method_source
|
||||
rake (>= 0.8.7)
|
||||
thor (>= 0.19.0, < 2.0)
|
||||
rainbow (3.0.0)
|
||||
rainbow (3.1.1)
|
||||
raindrops (0.20.0)
|
||||
rake (12.3.3)
|
||||
rb-fsevent (0.11.0)
|
||||
|
|
@ -611,7 +611,7 @@ GEM
|
|||
ffi (~> 1.0)
|
||||
redcarpet (3.5.1)
|
||||
redis (4.7.0)
|
||||
regexp_parser (2.1.1)
|
||||
regexp_parser (2.5.0)
|
||||
request_store (1.5.0)
|
||||
rack (>= 1.4)
|
||||
responders (3.0.1)
|
||||
|
|
@ -650,8 +650,8 @@ GEM
|
|||
rubocop-ast (>= 0.6.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 2.0)
|
||||
rubocop-ast (1.7.0)
|
||||
parser (>= 3.0.1.1)
|
||||
rubocop-ast (1.17.0)
|
||||
parser (>= 3.1.1.0)
|
||||
rubocop-rails (2.9.1)
|
||||
activesupport (>= 4.2.0)
|
||||
rack (>= 1.1)
|
||||
|
|
@ -826,7 +826,7 @@ DEPENDENCIES
|
|||
fog-aws (= 3.14.0)
|
||||
fuubar (= 2.5.1)
|
||||
gon (= 6.4.0)
|
||||
haml_lint (= 0.37.1)
|
||||
haml_lint (= 0.40.0)
|
||||
hamlit (= 2.16.0)
|
||||
handlebars_assets (= 0.23.9)
|
||||
http_accept_language (= 2.1.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue