Skip to content

Commit

Permalink
chore(deps-dev): Bump haml_lint from 0.53.0 to 0.55.0 (#1282)
Browse files Browse the repository at this point in the history
Bumps [haml_lint](https://github.com/sds/haml-lint) from 0.53.0 to 0.55.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.53.0...v0.55.0)

---
updated-dependencies:
- dependency-name: haml_lint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 23b7c37 commit ce73b18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ group :development do
gem "irb"
gem "pry-byebug"

gem "haml_lint", "~> 0.53"
gem "haml_lint", "~> 0.55"
gem "rubocop"
gem "rubocop-rake", require: false
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ GEM
haml (5.2.2)
temple (>= 0.8.0)
tilt
haml_lint (0.53.0)
haml_lint (0.55.0)
haml (>= 5.0)
parallel (~> 1.10)
rainbow
Expand Down Expand Up @@ -237,7 +237,7 @@ DEPENDENCIES
builder
faraday-retry (~> 2.2)
haml (~> 5.2.2)
haml_lint (~> 0.53)
haml_lint (~> 0.55)
irb
kramdown
middleman!
Expand Down

0 comments on commit ce73b18

Please sign in to comment.