From 65be1926101d73106ff3f3ec57cd4be40e6bdca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 08:16:59 +0000 Subject: [PATCH] Bump haml_lint from 0.46.0 to 0.48.0 Bumps [haml_lint](https://github.com/sds/haml-lint) from 0.46.0 to 0.48.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.46.0...v0.48.0) --- updated-dependencies: - dependency-name: haml_lint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2d404be505..6f636858ee 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ group :development do gem "irb" gem "pry-byebug" - gem "haml_lint", "~> 0.46" + gem "haml_lint", "~> 0.48" gem "rubocop" gem "rubocop-rake", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 3886a65042..7299a4a69a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,7 +92,7 @@ GEM haml (5.2.2) temple (>= 0.8.0) tilt - haml_lint (0.46.0) + haml_lint (0.48.0) haml (>= 4.0, < 6.2) parallel (~> 1.10) rainbow @@ -223,7 +223,7 @@ DEPENDENCIES builder faraday-retry (~> 2.2) haml (~> 5.2.2) - haml_lint (~> 0.46) + haml_lint (~> 0.48) irb kramdown middleman!