From 7a0f0363e9a1f5ada1d24a868786c415a3581414 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 22 Jul 2017 04:27:17 +0200 Subject: [PATCH] Bump haml_lint --- Gemfile | 2 +- Gemfile.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index f8db0150d..03eacfd73 100644 --- a/Gemfile +++ b/Gemfile @@ -248,7 +248,7 @@ group :development do gem "rb-inotify", "0.9.10", require: false # 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-eslint", "0.9.1", require: false gem "pronto-haml", "0.9.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 08e36fb9f..2800224d9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -268,13 +268,14 @@ GEM guard-rubocop (1.3.0) guard (~> 2.0) rubocop (~> 0.20) - haml (4.0.7) + haml (5.0.1) + temple (>= 0.8.0) tilt - haml_lint (0.24.0) + haml_lint (0.26.0) haml (>= 4.0, < 5.1) rainbow rake (>= 10, < 13) - rubocop (>= 0.47.0) + rubocop (>= 0.49.0) sysexits (~> 1.1) hamlit (2.8.4) temple (>= 0.8.0) @@ -794,7 +795,7 @@ DEPENDENCIES guard-cucumber (= 2.1.2) guard-rspec (= 4.7.3) guard-rubocop (= 1.3.0) - haml_lint (= 0.24.0) + haml_lint (= 0.26.0) hamlit (= 2.8.4) handlebars_assets (= 0.23.2) http_accept_language (= 2.1.1)