Skip to content

Commit 1054cf6

Browse files
authored
Merge pull request #2494 from ViewComponent/dependabot/bundler/haml-7.0.2
Bump haml from 6.3.0 to 7.0.2
2 parents 240fa86 + fb4b7bc commit 1054cf6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 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.4.0)
144+
haml (7.0.2)
145145
temple (>= 0.8.2)
146146
thor
147147
tilt
@@ -428,7 +428,7 @@ DEPENDENCIES
428428
cuprite
429429
dry-initializer
430430
erb_lint
431-
haml (~> 6)
431+
haml (~> 7)
432432
jbuilder (~> 2)
433433
m (~> 1)
434434
method_source (~> 1)

0 commit comments

Comments
 (0)