From 8913a30d57d24289d3b71dd644b68f1180e08b18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Fri, 20 Mar 2020 13:55:10 +0100 Subject: [PATCH] update haml_lint to 0.35.0 --- Gemfile | 2 +- Gemfile.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 7abfb35fa..128906a53 100644 --- a/Gemfile +++ b/Gemfile @@ -248,7 +248,7 @@ group :development do gem "rb-inotify", "0.10.1", require: false # Linters - gem "haml_lint", "0.28.0", require: false + gem "haml_lint", "0.35.0", require: false gem "pronto", "0.10.0", require: false gem "pronto-eslint", "0.10.0", require: false gem "pronto-haml", "0.10.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index ed360e494..7289a3061 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -295,13 +295,12 @@ GEM guard-rubocop (1.3.0) guard (~> 2.0) rubocop (~> 0.20) - haml (5.0.4) + haml (5.1.2) temple (>= 0.8.0) tilt - haml_lint (0.28.0) - haml (>= 4.0, < 5.1) + haml_lint (0.35.0) + haml (>= 4.0, < 5.2) rainbow - rake (>= 10, < 13) rubocop (>= 0.50.0) sysexits (~> 1.1) hamlit (2.9.3) @@ -826,7 +825,7 @@ DEPENDENCIES guard (= 2.16.1) guard-rspec (= 4.7.3) guard-rubocop (= 1.3.0) - haml_lint (= 0.28.0) + haml_lint (= 0.35.0) hamlit (= 2.9.3) handlebars_assets (= 0.23.4) http_accept_language (= 2.1.1)