[CRuby] XML::Reader sets the @encoding instance variable during reading if it is not passed into the initializer. Previously, it would remain nil. The behavior of Reader#encoding has not changed. This works around changes to how libxml2 reports the encoding used in v2.12.6.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rspec-rails (6.1.1 → 6.1.2) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 12 commits:
v6.1.2
Merge pull request #2744 from budu/clean-generator-spec-generator
Tidy up changelog
Changelog for #2735
Fix generator for mailer (#2735)
Merge pull request #2736 from kianmeng/fix-typos
Merge pull request #2731 from rspec/update-rspec-version
Merge pull request #2727 from threeplanetssoftware/update-documentation-for-code-blocks
Merge pull request #2733 from eugeneius/setup_fixtures
Merge pull request #2732 from eugeneius/action_dispatch_assertions_routing
Merge pull request #2738 from rspec/fix-fixture-builds-main
Merge pull request #2737 from rspec/fix-clone-issue
↗️ diff-lcs (indirect, 1.5.0 → 1.5.1) · Repo · Changelog
Release Notes
1.5.1 (from changelog)
Does any of this look wrong? Please let us know.
↗️ minitest (indirect, 5.22.2 → 5.22.3) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 5 commits:
Branching minitest to version 5.22.3
- Minor changes to tests to pass when tests ran with extra flags (eg -p).
+ MASSIVE improvement of minitest's pride plugin output: Frequencies doubled! Sine waves shifted!! Comments improved!!! Colors rotated!!!! (havenwood)
- Improved wording on Minitest::Test#parallelize_me! to clarify it goes INSIDE your test class/describe.
- Support Ruby 3.4's new error message format. (mame)
↗️ nokogiri (indirect, 1.16.2 → 1.16.3) · Repo · Changelog
Release Notes
1.16.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 4 commits:
version bump to v1.16.3
dep: update libxml 2.12.6 (branch v1.16.x) (#3151)
fix: Reader#read sets @encoding if it is unset
dep: update libxml2 to v2.12.6
↗️ rspec (indirect, 3.12.0 → 3.13.0) · Repo
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ rspec-core (indirect, 3.12.2 → 3.13.0) · Repo · Changelog
Release Notes
3.13.0 (from changelog)
3.12.3 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ rspec-expectations (indirect, 3.12.3 → 3.13.0) · Repo · Changelog
Release Notes
3.13.0 (from changelog)
3.12.4 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ rspec-mocks (indirect, 3.12.6 → 3.13.0) · Repo · Changelog
Release Notes
3.13.0 (from changelog)
3.12.7 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ rspec-support (indirect, 3.12.1 → 3.13.1) · Repo · Changelog
Release Notes
3.13.1 (from changelog)
3.13.0 (from changelog)
3.12.2 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands