Skip to content

Commit

Permalink
Bump haml from 5.2.2 to 6.3.0
Browse files Browse the repository at this point in the history
Bumps [haml](https://github.com/haml/haml) from 5.2.2 to 6.3.0.
- [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.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent a685b71 commit 21014e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem "rails", "~> 7.1"

gem "pg", "~> 1.1"

gem "haml", "~> 5.2.1"
gem "haml", "~> 6.3.0"
gem "sass-rails"
gem "uglifier"

Expand Down
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,9 @@ GEM
foreman (0.88.1)
globalid (1.2.1)
activesupport (>= 6.1)
haml (5.2.2)
temple (>= 0.8.0)
haml (6.3.0)
temple (>= 0.8.2)
thor
tilt
httparty (0.22.0)
csv
Expand Down Expand Up @@ -363,7 +364,7 @@ GEM
test-unit (3.6.2)
power_assert
thor (1.3.1)
tilt (2.3.0)
tilt (2.4.0)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -400,7 +401,7 @@ DEPENDENCIES
factory_bot_rails
faker
foreman
haml (~> 5.2.1)
haml (~> 6.3.0)
httparty
inline_svg
jquery-rails
Expand Down

0 comments on commit 21014e2

Please sign in to comment.