Skip to content

Commit c073335

Browse files
Bump haml_lint from 0.46.0 to 0.48.0 (#1188)
Bumps [haml_lint](https://github.com/sds/haml-lint) from 0.46.0 to 0.48.0. - [Release notes](https://github.com/sds/haml-lint/releases) - [Changelog](https://github.com/sds/haml-lint/blob/main/CHANGELOG.md) - [Commits](sds/haml-lint@v0.46.0...v0.48.0) --- updated-dependencies: - dependency-name: haml_lint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 868f38c commit c073335

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
@@ -28,7 +28,7 @@ group :development do
2828
gem "irb"
2929
gem "pry-byebug"
3030

31-
gem "haml_lint", "~> 0.46"
31+
gem "haml_lint", "~> 0.48"
3232
gem "rubocop"
3333
gem "rubocop-rake", require: false
3434
end

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ GEM
9292
haml (5.2.2)
9393
temple (>= 0.8.0)
9494
tilt
95-
haml_lint (0.46.0)
95+
haml_lint (0.48.0)
9696
haml (>= 4.0, < 6.2)
9797
parallel (~> 1.10)
9898
rainbow
@@ -223,7 +223,7 @@ DEPENDENCIES
223223
builder
224224
faraday-retry (~> 2.2)
225225
haml (~> 5.2.2)
226-
haml_lint (~> 0.46)
226+
haml_lint (~> 0.48)
227227
irb
228228
kramdown
229229
middleman!

0 commit comments

Comments
 (0)