Skip to content

Bump haml-rails from 3.0.0 to 3.1.0#4697

Merged
CloCkWeRX merged 1 commit into
devfrom
dependabot/bundler/haml-rails-3.1.0
Jul 13, 2026
Merged

Bump haml-rails from 3.0.0 to 3.1.0#4697
CloCkWeRX merged 1 commit into
devfrom
dependabot/bundler/haml-rails-3.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Contributor

Bumps haml-rails from 3.0.0 to 3.1.0.

Changelog

Sourced from haml-rails's changelog.

3.1.0

Features

  • Add Rails 8.1 and Ruby 4.0 support.

  • Add an authentication generator that produces Haml views for rails generate authentication (Rails 8+), generating passwords/new, passwords/edit, and sessions/new templates. #198 (Evan Brooks)

Bug fixes

  • Fix Haml fragment cache dependency detection on Rails 8.1. Rails 8.1 tightened its ERB dependency tracker to only match render calls inside <% %> tags, which stopped changes to a Haml partial from busting the cache of templates that render it. Haml templates now use the :ruby render tracker (available since Rails 7.2), which compiles the template before scanning for render calls. #200, fixes #199 (Nick Schimek)

  • Add Rails 8.1 scaffold templates. The generated scaffold partial now wraps each attribute in a <div> (instead of <p>) to match Rails 8.1's output.

Commits
  • d837c6f Version 3.1.0
  • 1335af8 Add regression test for Haml cache dependency detection
  • 0678214 Merge pull request #200 from NickSchimek/fix/haml-dependency-tracker-rails-8-1
  • 6117d6e Merge pull request #191 from tagliala/chore/strip-trailing-whitespaces
  • d08ed68 Rails 8.1 scaffold templates
  • b392b6c [CI] Use actions/checkout@v7
  • b9c1a09 [CI] CI against Rails 8.1
  • 5276403 [CI] benchmark has been gemified since Ruby 4.0
  • 0c9baa7 [CI] CI against Ruby 4.0
  • 7c7b4d8 Respect the <br>s in the original ERB templates
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies ruby Pull requests that update Ruby code labels Jul 10, 2026
@dependabot dependabot Bot force-pushed the dependabot/bundler/haml-rails-3.1.0 branch from 167c766 to ecdf129 Compare July 12, 2026 04:25
Bumps [haml-rails](https://github.com/haml/haml-rails) from 3.0.0 to 3.1.0.
- [Changelog](https://github.com/haml/haml-rails/blob/master/CHANGELOG.md)
- [Commits](haml/haml-rails@v3.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: haml-rails
  dependency-version: 3.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bundler/haml-rails-3.1.0 branch from ecdf129 to 61436b7 Compare July 13, 2026 09:15
@CloCkWeRX CloCkWeRX merged commit d3198e2 into dev Jul 13, 2026
16 checks passed
@CloCkWeRX CloCkWeRX deleted the dependabot/bundler/haml-rails-3.1.0 branch July 13, 2026 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant