Open dependabot[bot] opened 10 months ago
These two versions require
in two different ways, so a try...LoadError will need to be added.
I took a swing at this. It's much more complicated than changing the require
statement:
HTMLPipeline.new
has changed its initialization procedure.EmojiFilter.call
but the README indicates that I should be initializing the EmojiFilter when adding it to the list of node_filters, so EmojiFilter.new.call.I don't have enough time to fix this now, but given the huge differences, I'd recommend not trying to support the old and the new like this PR suggests. Just upgrade to 3.0 and call it done.
Updates the requirements on html-pipeline to permit the latest version.
Changelog
Sourced from html-pipeline's changelog.
... (truncated)
Commits
84c75b3
:gem: bump to 2.14.303ae30d
Merge pull request #365 from ramhoj/use-cgi-escape-html807c23c
Replace EscapeUtils.escape_html with CGI.escape_html32a21be
:gem: bump to 2.14.2578f958
Merge pull request #361 from glaszig/data-url3cbad68
handle invalid data urls in absolute source filter4f1aab0
Properly release v2.14.x0e3d84e
:gem: bump to 2.13.2f378099
Merge pull request #341 from kazk/fix-unsafe-custom-renderer-missing-pre-langb717f31
Fix custom renderer with unsafe option missing pre langDependabot 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 - `@dependabot show