Skip to content

Commit 2169e06

Browse files
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](haml/haml@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] <[email protected]>
1 parent 3743d2b commit 2169e06

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ group :development, :test do
2121
gem "cuprite"
2222
gem "dry-initializer", require: true
2323
gem "erb_lint"
24-
gem "haml", "~> 6"
24+
gem "haml", "~> 7"
2525
gem "jbuilder", "~> 2"
2626
gem "m", "~> 1"
2727
gem "method_source", "~> 1"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ GEM
141141
websocket-driver (~> 0.7)
142142
globalid (1.3.0)
143143
activesupport (>= 6.1)
144-
haml (6.3.0)
144+
haml (7.0.2)
145145
temple (>= 0.8.2)
146146
thor
147147
tilt
@@ -365,7 +365,7 @@ GEM
365365
tailwindcss-ruby (4.1.16-x86_64-darwin)
366366
tailwindcss-ruby (4.1.16-x86_64-linux-gnu)
367367
tailwindcss-ruby (4.1.16-x86_64-linux-musl)
368-
temple (0.10.3)
368+
temple (0.10.4)
369369
terminal-table (4.0.0)
370370
unicode-display_width (>= 1.1.1, < 4)
371371
thor (1.4.0)
@@ -417,7 +417,7 @@ DEPENDENCIES
417417
cuprite
418418
dry-initializer
419419
erb_lint
420-
haml (~> 6)
420+
haml (~> 7)
421421
jbuilder (~> 2)
422422
m (~> 1)
423423
method_source (~> 1)

0 commit comments

Comments
 (0)