Bump haml_lint
This commit is contained in:
parent
e1061c3d5c
commit
8eb2a9ca12
2 changed files with 6 additions and 6 deletions
2
Gemfile
2
Gemfile
|
|
@ -241,7 +241,7 @@ end
|
|||
|
||||
group :development do
|
||||
# Linters
|
||||
gem "haml_lint", "0.37.0", require: false
|
||||
gem "haml_lint", "0.37.1", 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
|
||||
|
|
|
|||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -303,7 +303,7 @@ GEM
|
|||
haml (5.2.1)
|
||||
temple (>= 0.8.0)
|
||||
tilt
|
||||
haml_lint (0.37.0)
|
||||
haml_lint (0.37.1)
|
||||
haml (>= 4.0, < 5.3)
|
||||
parallel (~> 1.10)
|
||||
rainbow
|
||||
|
|
@ -466,7 +466,7 @@ GEM
|
|||
webfinger (>= 1.0.1)
|
||||
orm_adapter (0.5.0)
|
||||
parallel (1.20.1)
|
||||
parser (3.0.1.0)
|
||||
parser (3.0.1.1)
|
||||
ast (~> 2.4.1)
|
||||
pg (1.2.3)
|
||||
phantomjs (2.1.1.0)
|
||||
|
|
@ -656,8 +656,8 @@ GEM
|
|||
rubocop-ast (>= 0.6.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 2.0)
|
||||
rubocop-ast (1.4.1)
|
||||
parser (>= 2.7.1.5)
|
||||
rubocop-ast (1.7.0)
|
||||
parser (>= 3.0.1.1)
|
||||
rubocop-rails (2.9.1)
|
||||
activesupport (>= 4.2.0)
|
||||
rack (>= 1.1)
|
||||
|
|
@ -831,7 +831,7 @@ DEPENDENCIES
|
|||
fog-aws (= 3.10.0)
|
||||
fuubar (= 2.5.1)
|
||||
gon (= 6.4.0)
|
||||
haml_lint (= 0.37.0)
|
||||
haml_lint (= 0.37.1)
|
||||
hamlit (= 2.14.6)
|
||||
handlebars_assets (= 0.23.8)
|
||||
http_accept_language (= 2.1.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue