Update libxml-ruby requirement from ~> 5.0.3 to >= 5.0.3, < 6.1.0#99
Open
dependabot[bot] wants to merge 2 commits into
Open
Update libxml-ruby requirement from ~> 5.0.3 to >= 5.0.3, < 6.1.0#99dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
Contributor
|
@dependabot show libxml-ruby ignore conditions |
Contributor
Author
|
No ignore conditions found for the dependency libxml-ruby |
Updates the requirements on [libxml-ruby](https://xml4r.github.io/libxml-ruby/) to permit the latest version. --- updated-dependencies: - dependency-name: libxml-ruby dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
9a4406e to
6ccbbcb
Compare
|
|
Hi @whitby3001 - there's a fair amount of removals in this version that wouldn't necessarily be caught by tests. Can I please ask that we:
Happy to pick this up, if you like. |
a7215b3 to
76f2c69
Compare
libxml-ruby 6 removed deprecated require paths and no longer provides the old XML constant setup used by this project. This commit updates Hermod to use require "libxml-ruby" and reference LibXML::XML::Node directly in XML builders, removing the temporary compatibility alias. Also updates test/helper comments to reflect LibXML::XML::Node naming.
76f2c69 to
b9714fa
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Updates the requirements on libxml-ruby to permit the latest version.