mooog
mooog copied to clipboard
Bump haml from 4.0.7 to 5.1.2
Bumps haml from 4.0.7 to 5.1.2.
Changelog
Sourced from haml's changelog.
5.1.2
Released on August 6, 2019 (diff).
- Fix crash in some environments such as New Relic by unfreezing string literals for ParseNode#inspect. #1016 (thanks Jalyna)
5.1.1
Released on May 25, 2019 (diff).
- Fix NameError bug that happens on ruby 2.6.1-2.6.3 + haml 5.1.0 + rails < 5.1 + erubi. (Akira Matsuda)
5.1.0
Released on May 16, 2019 (diff).
- Rails 6 support #1008 (thanks Seb Jacobs)
- Add
escape_filter_interpolationsoption for backwards compatibility with haml 4 defaults #984 (thanks Will Jordan)- Fix error on empty :javascript and :css filter blocks #986 (thanks Will Jordan)
- Respect changes in Haml::Options.defaults in
Haml::TempleEngineoptions (Takashi Kokubun)- Un-freeze TempleEngine precompiled string literals #983 (thanks Will Jordan)
- Various performance/memory improvements #965, #966, #963 (thanks Dillon Welch)
- Enable
frozen_string_literalmagic comment for all .rb files #967 (thanks Dillon Welch)5.0.4
Released on October 13, 2017 (diff).
- Fix
haml -c --stdinregression in 5.0.2. #958 (thanks Timo Göllner)- Ruby 2.5 support (it wasn't working due to Ripper API change). (Akira Matsuda)
5.0.3
Released on September 7, 2017 (diff).
- Use
String#dumpinstead ofString#inspectto generate string literal. (Takashi Kokubun)- Fix Erubi superclass mismatch error. #952 (thanks Robin Daugherty)
5.0.2
Released on August 1, 2017 (diff).
... (truncated)
- Let
haml -cfail if generated Ruby code is syntax error. #880 (Takashi Kokubun)- Fix
NoMethodErrorbug caused with Sprockets 3 and :sass filter. #930 (thanks Gonzalez Maximiliano)
Commits
9be4e1fVersion 5.1.2645fcfcrails 4.2 requires bundler < 2 without bundler >= 2 being installed4dbb180Merge pull request #1016 from jalyna/fix-frozen-string-literals-on-inspectbc88181Unfreeze string literals for ParseNode#inspecta054e2aStop polluting toplevel unnecessarily2705bbc:golf:c7da7a1ruby < 1.9.3 is no longer supportedd134875Freeze some constantsf7c5baaif + else = elsifd6c50ecThis has been just an accessor since 1b784bcc50f5f437fd85b9e1a5fe147665d5a5ca- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.