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 Dec 16, 2024
1 parent ff214e5 commit 3f17ad7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem 'net-pop', require: false
gem 'pg'

gem 'bootstrap-sass', '~> 3.4.1'
gem 'haml', '~> 5.0'
gem 'haml', '~> 6.3'
gem 'jbuilder'
gem 'jquery-datatables-rails'
gem 'jquery-rails'
Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,9 @@ GEM
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
haml (5.2.2)
temple (>= 0.8.0)
haml (6.3.0)
temple (>= 0.8.2)
thor
tilt
haml-rails (2.1.0)
actionpack (>= 5.1)
Expand Down Expand Up @@ -490,9 +491,9 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
temple (0.10.0)
temple (0.10.3)
thor (1.3.2)
tilt (2.0.11)
tilt (2.4.0)
timecop (0.9.6)
timeout (0.4.2)
tinymce-rails (6.3.1)
Expand Down Expand Up @@ -553,7 +554,7 @@ DEPENDENCIES
guard
guard-livereload (~> 2.1)
guard-rspec
haml (~> 5.0)
haml (~> 6.3)
haml-rails
honeybadger (~> 5.20)
html2haml (~> 2.2)
Expand Down

0 comments on commit 3f17ad7

Please sign in to comment.