From 7d7549e01ebe64c525c5248b188e182247ba1988 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Mon, 27 Jun 2022 02:24:14 +0200 Subject: [PATCH] Bump haml_lint --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index ac3e43294..4dd29e669 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 70855a245..c44873d8a 100644 --- a/Gemfile.lock +++ b/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)