Skip to content

Update rspec-rails 8.0.3 → 8.0.4 (patch)#423

Merged
klausmeyer merged 1 commit intomasterfrom
depfu/update/rspec-rails-8.0.4
Mar 12, 2026
Merged

Update rspec-rails 8.0.3 → 8.0.4 (patch)#423
klausmeyer merged 1 commit intomasterfrom
depfu/update/rspec-rails-8.0.4

Conversation

@depfu
Copy link
Copy Markdown
Contributor

@depfu depfu bot commented Mar 12, 2026

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 (8.0.3 → 8.0.4) · Repo · Changelog

Release Notes

8.0.4 (from changelog)

Full Changelog

Released to relax version constraint for rspec to allow 4.0.0.beta1.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 3 commits:

↗️ erb (indirect, 6.0.1 → 6.0.2) · Repo · Changelog

Release Notes

6.0.2

What's Changed

New Contributors

Full Changelog: v6.0.1...v6.0.2

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 7 commits:

↗️ json (indirect, 2.18.1 → 2.19.1) · Repo · Changelog

Release Notes

2.19.1

What's Changed

  • Fix a compiler dependent GC bug introduced in 2.18.0.

Full Changelog: v2.19.0...v2.19.1

2.19.0

What's Changed

  • Fix allow_blank parsing option to no longer allow invalid types (e.g. load([], allow_blank: true) now raise a type error).
  • Add allow_invalid_escape parsing option to ignore backslashes that aren't followed by one of the valid escape characters.

Full Changelog: v2.18.1...v2.19.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 18 commits:

↗️ minitest (indirect, 6.0.1 → 6.0.2) · Repo · Changelog

Release Notes

6.0.2 (from changelog)

  • 7 bug fixes:

    • Added missing drb dependency from minitest-server. (y-yagi)

    • Cleaned up bisect’s sub-commands to load files directly, not ruby+require.

    • Fixed bisect to use same cmd ($0) to run tests as original invocation.

    • load server_plugin if server is loaded. (y-yagi)

    • Manipulate local args instead of ARGV in Sprint.run.

    • Only show –bisect in usage if using minitest.

    • Remove -Itest:lib from bisect’s rb_flags since bin/minitest adds them.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 14 commits:

↗️ rails-html-sanitizer (indirect, 1.6.2 → 1.7.0) · Repo · Changelog

Release Notes

1.7.0

v1.7.0 / 2026-02-24

  • Add Rails::HTML::Sanitizer.allowed_uri? which delegates to Loofah::HTML5::Scrub.allowed_uri?,
    allowing the Rails framework to check URI safety without a direct dependency on Loofah.

    The minimum Loofah dependency is now ~> 2.25.

    Mike Dalessio @flavorjones

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.13.7 → 3.13.8) · Repo · Changelog

Release Notes

3.13.8 (from changelog)

Full Changelog

Bug Fixes:

  • Improve thread safety of mocks invocation recording. (Chad Wilson, #286)
  • Expand any_instance warning about prepended methods to private/protected methods. (Alex Dean, #297)

Does any of this look wrong? Please let us know.

↗️ zeitwerk (indirect, 2.7.4 → 2.7.5) · Repo · Changelog

Release Notes

2.7.5 (from changelog)

  • If available, tree traversal is based on Dir.scan, which saves syscalls in common platforms. This method is a recent addition to Ruby contributed by @byroot, so you need to be on Ruby master to leverage this for now.

  • Tree traversal is a tad more performant, regardless of the previous point. Gains are marginal when eager loading, because it is dominated by loading the code, but Zeitwerk::Loader#all_expected_cpaths was 14% faster in some benchmarks, for example.

  • README.md documents how to collect autoloaded constants using an on_load callback.

  • Internal maintenance.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 24 commits:


Depfu Status

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)

@depfu depfu bot added the depfu label Mar 12, 2026
@klausmeyer klausmeyer merged commit 9cbf4e5 into master Mar 12, 2026
4 checks passed
@depfu depfu bot deleted the depfu/update/rspec-rails-8.0.4 branch March 12, 2026 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant