From c33cca64e7b6dc8df6e1dd29005eb844fb540b3e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 18 Dec 2023 08:51:28 +0000
Subject: [PATCH] chore(deps-dev): Bump haml_lint from 0.51.0 to 0.52.0

Bumps [haml_lint](https://github.com/sds/haml-lint) from 0.51.0 to 0.52.0.
- [Release notes](https://github.com/sds/haml-lint/releases)
- [Changelog](https://github.com/sds/haml-lint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sds/haml-lint/compare/v0.51.0...v0.52.0)

---
updated-dependencies:
- dependency-name: haml_lint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Gemfile      |  2 +-
 Gemfile.lock | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Gemfile b/Gemfile
index f06d61f829..e71f7e1c70 100644
--- a/Gemfile
+++ b/Gemfile
@@ -28,7 +28,7 @@ group :development do
   gem "irb"
   gem "pry-byebug"
 
-  gem "haml_lint", "~> 0.51"
+  gem "haml_lint", "~> 0.52"
   gem "rubocop"
   gem "rubocop-rake", require: false
 end
diff --git a/Gemfile.lock b/Gemfile.lock
index f20bff6ca9..6fb10a33de 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -84,7 +84,7 @@ GEM
     haml (5.2.2)
       temple (>= 0.8.0)
       tilt
-    haml_lint (0.51.0)
+    haml_lint (0.52.0)
       haml (>= 4.0)
       parallel (~> 1.10)
       rainbow
@@ -99,7 +99,7 @@ GEM
     irb (1.10.1)
       rdoc
       reline (>= 0.3.8)
-    json (2.7.0)
+    json (2.7.1)
     kramdown (2.4.0)
       rexml
     kramdown-parser-gfm (1.1.0)
@@ -147,7 +147,7 @@ GEM
       tilt (>= 1.4.1, < 3)
     padrino-support (0.15.2)
     pairing_heap (0.3.0)
-    parallel (1.23.0)
+    parallel (1.24.0)
     parser (3.2.2.4)
       ast (~> 2.4.1)
       racc
@@ -170,7 +170,7 @@ GEM
       ffi (~> 1.0)
     rdoc (6.6.1)
       psych (>= 4.0.0)
-    regexp_parser (2.8.2)
+    regexp_parser (2.8.3)
     reline (0.4.1)
       io-console (~> 0.5)
     rexml (3.2.6)
@@ -226,7 +226,7 @@ DEPENDENCIES
   builder
   faraday-retry (~> 2.2)
   haml (~> 5.2.2)
-  haml_lint (~> 0.51)
+  haml_lint (~> 0.52)
   irb
   kramdown
   middleman!