xlgmokha / xml-kit

MIT License
3 stars 2 forks source link

Bump nokogiri from 1.11.2 to 1.11.3 #38

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps nokogiri from 1.11.2 to 1.11.3.

Release notes

Sourced from nokogiri's releases.

1.11.3 / 2021-04-07

Fixed

  • [CRuby] Passing non-Node objects to Document#root= now raises an ArgumentError exception. Previously this likely segfaulted. [#1900]
  • [JRuby] Passing non-Node objects to Document#root= now raises an ArgumentError exception. Previously this raised a TypeError exception.
  • [CRuby] arm64/aarch64 systems (like Apple's M1) can now compile libxml2 and libxslt from source (though we continue to strongly advise users to install the native gems for the best possible experience)
Changelog

Sourced from nokogiri's changelog.

1.11.3 / 2021-04-07

Fixed

  • [CRuby] Passing non-Node objects to Document#root= now raises an ArgumentError exception. Previously this likely segfaulted. [#1900]
  • [JRuby] Passing non-Node objects to Document#root= now raises an ArgumentError exception. Previously this raised a TypeError exception.
  • [CRuby] arm64/aarch64 systems (like Apple's M1) can now compile libxml2 and libxslt from source (though we continue to strongly advise users to install the native gems for the best possible experience)
Commits
  • d244fb8 version bump to v1.11.3
  • 5562eb7 Merge pull request #2215 from sparklemotion/flavorjones-valgrind-test-helpers
  • 72d96fe test: consolidate jruby version info tests
  • d33b021 test: cleanup
  • c75ce9b test: introduce helpers for skips and for a valgrind block
  • cb36a56 ci: make some slow tests run only under NOKOGIRI_GC
  • beb77f5 Merge pull request #2214 from sparklemotion/flavorjones-allow-arm64-compilation
  • 8380a6d fix: update automake files to allow arm64 to compile package libs
  • acfd92c Revert "fix: update automake files to allow arm64 to compile package libs"
  • 65c0ba1 fix: update automake files to allow arm64 to compile package libs
  • Additional commits viewable in compare view


Dependabot compatibility score

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 - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)