Skip to content

Commit

Permalink
Bump haml from 5.2.2 to 6.0.4
Browse files Browse the repository at this point in the history
Bumps [haml](https://github.com/haml/haml) from 5.2.2 to 6.0.4.
- [Release notes](https://github.com/haml/haml/releases)
- [Changelog](https://github.com/haml/haml/blob/main/CHANGELOG.md)
- [Commits](haml/haml@v5.2.2...v6.0.4)

---
updated-dependencies:
- dependency-name: haml
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 3, 2022
1 parent c31e434 commit 8640fbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem "middleman-syntax"

## Template engines
gem "builder"
gem "haml", "~> 5.2.2"
gem "haml", "~> 6.0.4"
gem "kramdown"

# Rake tasks
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ GEM
faraday-net_http (3.0.0)
fastimage (2.2.6)
ffi (1.15.5)
haml (5.2.2)
temple (>= 0.8.0)
haml (6.0.4)
temple (>= 0.8.2)
thor
tilt
haml_lint (0.42.0)
haml (>= 4.0, < 6.1)
Expand Down Expand Up @@ -203,7 +204,7 @@ PLATFORMS

DEPENDENCIES
builder
haml (~> 5.2.2)
haml (~> 6.0.4)
haml_lint (~> 0.42)
kramdown
middleman!
Expand Down

0 comments on commit 8640fbc

Please sign in to comment.