From 2169e06bc18e01035c909844329c149ecc2d8894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 14:28:13 +0000 Subject: [PATCH] Bump haml from 6.3.0 to 7.0.2 Bumps [haml](https://github.com/haml/haml) from 6.3.0 to 7.0.2. - [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/v6.3.0...v7.0.2) --- updated-dependencies: - dependency-name: haml dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 39889a52a..0bc5bac2d 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ group :development, :test do gem "cuprite" gem "dry-initializer", require: true gem "erb_lint" - gem "haml", "~> 6" + gem "haml", "~> 7" gem "jbuilder", "~> 2" gem "m", "~> 1" gem "method_source", "~> 1" diff --git a/Gemfile.lock b/Gemfile.lock index a63de0cec..acaf26e8f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -141,7 +141,7 @@ GEM websocket-driver (~> 0.7) globalid (1.3.0) activesupport (>= 6.1) - haml (6.3.0) + haml (7.0.2) temple (>= 0.8.2) thor tilt @@ -365,7 +365,7 @@ GEM tailwindcss-ruby (4.1.16-x86_64-darwin) tailwindcss-ruby (4.1.16-x86_64-linux-gnu) tailwindcss-ruby (4.1.16-x86_64-linux-musl) - temple (0.10.3) + temple (0.10.4) terminal-table (4.0.0) unicode-display_width (>= 1.1.1, < 4) thor (1.4.0) @@ -417,7 +417,7 @@ DEPENDENCIES cuprite dry-initializer erb_lint - haml (~> 6) + haml (~> 7) jbuilder (~> 2) m (~> 1) method_source (~> 1)