From 04083d52eb221fd84c49b0835c839203f9dcef74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 08:01:01 +0000 Subject: [PATCH] Bump haml from 5.2.2 to 6.0.4 Bumps [haml](https://github.com/haml/haml) from 5.2.2 to 6.0.4. - [Release notes](https://github.com/haml/haml/releases) - [Changelog](https://github.com/haml/haml/blob/main/CHANGELOG.md) - [Commits](https://github.com/haml/haml/compare/v5.2.2...v6.0.4) --- updated-dependencies: - dependency-name: haml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 12f3f29c3c8..dd7a0afdf81 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem "middleman-syntax" ## Template engines gem "builder" -gem "haml", "~> 5.2.2" +gem "haml", "~> 6.0.4" gem "kramdown" # Rake tasks diff --git a/Gemfile.lock b/Gemfile.lock index 2498d588c80..0379a21bc74 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,8 +77,9 @@ GEM faraday-net_http (3.0.0) fastimage (2.2.6) ffi (1.15.5) - haml (5.2.2) - temple (>= 0.8.0) + haml (6.0.4) + temple (>= 0.8.2) + thor tilt haml_lint (0.41.0) haml (>= 4.0, < 6.1) @@ -203,7 +204,7 @@ PLATFORMS DEPENDENCIES builder - haml (~> 5.2.2) + haml (~> 6.0.4) haml_lint (~> 0.41) kramdown middleman!