Skip to content

Commit

Permalink
chore(deps-dev): Bump haml_lint from 0.52.0 to 0.53.0
Browse files Browse the repository at this point in the history
Bumps [haml_lint](https://github.com/sds/haml-lint) from 0.52.0 to 0.53.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.52.0...v0.53.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>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent c5ead2d commit 1d59762
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.52"
gem "haml_lint", "~> 0.53"
gem "rubocop"
gem "rubocop-rake", require: false
end
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ GEM
haml (5.2.2)
temple (>= 0.8.0)
tilt
haml_lint (0.52.0)
haml (>= 4.0)
haml_lint (0.53.0)
haml (>= 5.0)
parallel (~> 1.10)
rainbow
rubocop (>= 1.0)
Expand Down Expand Up @@ -148,7 +148,7 @@ GEM
padrino-support (0.15.2)
pairing_heap (0.3.0)
parallel (1.24.0)
parser (3.2.2.4)
parser (3.3.0.3)
ast (~> 2.4.1)
racc
parslet (2.0.0)
Expand All @@ -170,7 +170,7 @@ GEM
ffi (~> 1.0)
rdoc (6.6.2)
psych (>= 4.0.0)
regexp_parser (2.8.3)
regexp_parser (2.9.0)
reline (0.4.1)
io-console (~> 0.5)
rexml (3.2.6)
Expand Down Expand Up @@ -226,7 +226,7 @@ DEPENDENCIES
builder
faraday-retry (~> 2.2)
haml (~> 5.2.2)
haml_lint (~> 0.52)
haml_lint (~> 0.53)
irb
kramdown
middleman!
Expand Down

0 comments on commit 1d59762

Please sign in to comment.