Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure compatibility with Nokogiri #31

Merged
merged 1 commit into from Oct 22, 2021

Commits on Aug 29, 2021

  1. Ensure compatibility with Nokogiri

    Nokogiri v1.12 introduced a breaking change related to namespace
    inheritance of reparented child nodes. This commit using the feature added in
    v1.12.4 to opt
    
    - for new versions of Nokogiri that support it, set `Document#namespace_inheritance`
    - intermediate versions of Nokogiri will be avoided via gemspec version specification
    - old versions of Nokogiri will continue to work
    
    See sparklemotion/nokogiri#2320 for more details.
    
    Fixes ebeigarts#30
    flavorjones committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    244cbf1 View commit details
    Browse the repository at this point in the history