From b5fbef3bb7907a56561b901461fb9cba22b08ea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:48:16 +0200 Subject: [PATCH] chore(deps-dev): Bump haml_lint from 0.58.0 to 0.59.0 (#1387) Bumps [haml_lint](https://github.com/sds/haml-lint) from 0.58.0 to 0.59.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.58.0...v0.59.0) --- updated-dependencies: - dependency-name: haml_lint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 4214e5be80..92785b107a 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ group :development do gem "irb" gem "pry-byebug" - gem "haml_lint", "~> 0.58" + gem "haml_lint", "~> 0.59" gem "rubocop" gem "rubocop-rake", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 0498c10bf8..d78a6b821d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,7 +92,7 @@ GEM haml (5.2.2) temple (>= 0.8.0) tilt - haml_lint (0.58.0) + haml_lint (0.59.0) haml (>= 5.0) parallel (~> 1.10) rainbow @@ -227,7 +227,7 @@ GEM parslet (>= 1.8.0, < 3.0.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) uri (0.13.0) webrick (1.8.1) @@ -240,7 +240,7 @@ DEPENDENCIES builder faraday-retry (~> 2.2) haml (~> 5.2.2) - haml_lint (~> 0.58) + haml_lint (~> 0.59) irb kramdown middleman!