Bump haml_lint
This commit is contained in:
parent
8c27418a55
commit
7a0f0363e9
2 changed files with 6 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -248,7 +248,7 @@ group :development do
|
||||||
gem "rb-inotify", "0.9.10", require: false
|
gem "rb-inotify", "0.9.10", require: false
|
||||||
|
|
||||||
# Linters
|
# Linters
|
||||||
gem "haml_lint", "0.24.0", require: false
|
gem "haml_lint", "0.26.0", require: false
|
||||||
gem "pronto", "0.9.4", require: false
|
gem "pronto", "0.9.4", require: false
|
||||||
gem "pronto-eslint", "0.9.1", require: false
|
gem "pronto-eslint", "0.9.1", require: false
|
||||||
gem "pronto-haml", "0.9.0", require: false
|
gem "pronto-haml", "0.9.0", require: false
|
||||||
|
|
|
||||||
|
|
@ -268,13 +268,14 @@ GEM
|
||||||
guard-rubocop (1.3.0)
|
guard-rubocop (1.3.0)
|
||||||
guard (~> 2.0)
|
guard (~> 2.0)
|
||||||
rubocop (~> 0.20)
|
rubocop (~> 0.20)
|
||||||
haml (4.0.7)
|
haml (5.0.1)
|
||||||
|
temple (>= 0.8.0)
|
||||||
tilt
|
tilt
|
||||||
haml_lint (0.24.0)
|
haml_lint (0.26.0)
|
||||||
haml (>= 4.0, < 5.1)
|
haml (>= 4.0, < 5.1)
|
||||||
rainbow
|
rainbow
|
||||||
rake (>= 10, < 13)
|
rake (>= 10, < 13)
|
||||||
rubocop (>= 0.47.0)
|
rubocop (>= 0.49.0)
|
||||||
sysexits (~> 1.1)
|
sysexits (~> 1.1)
|
||||||
hamlit (2.8.4)
|
hamlit (2.8.4)
|
||||||
temple (>= 0.8.0)
|
temple (>= 0.8.0)
|
||||||
|
|
@ -794,7 +795,7 @@ DEPENDENCIES
|
||||||
guard-cucumber (= 2.1.2)
|
guard-cucumber (= 2.1.2)
|
||||||
guard-rspec (= 4.7.3)
|
guard-rspec (= 4.7.3)
|
||||||
guard-rubocop (= 1.3.0)
|
guard-rubocop (= 1.3.0)
|
||||||
haml_lint (= 0.24.0)
|
haml_lint (= 0.26.0)
|
||||||
hamlit (= 2.8.4)
|
hamlit (= 2.8.4)
|
||||||
handlebars_assets (= 0.23.2)
|
handlebars_assets (= 0.23.2)
|
||||||
http_accept_language (= 2.1.1)
|
http_accept_language (= 2.1.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue