Bumps loofah from 2.9.0 to 2.9.1.
Release notes
Sourced from loofah's releases.
2.9.1 / 2021-04-07
Bug fixes
- Fix a regression in v2.9.0 which inappropriately removed CSS properties with quoted string values. [#202]
Changelog
Sourced from loofah's changelog.
2.9.1 / 2021-04-07
Bug fixes
- Fix a regression in v2.9.0 which inappropriately removed CSS properties with quoted string values. [#202]
Commits
-
4a6be02
version bump to v2.9.1 -
bbde91a
Merge pull request #203 from flavorjones/202-property-string-values -
1565bfe
fix: allow CSS properties to have quoted string values -
cc5ce1c
readme: convert an old rdoc header to markdown -
1178f68
readme: fix CI badge -
cbbb3ac
dev: update default branch tomain
-
07e89a5
test: extend Nokogiri decorator tests to NodeSets -
82f0c9e
ci: update ruby versions tested - See full diff 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually