Skip to content

Update rspec-rails 8.0.2 → 8.0.3 (patch)#1865

Merged
hennevogel merged 1 commit intomasterfrom
depfu/update/rspec-rails-8.0.3
Feb 25, 2026
Merged

Update rspec-rails 8.0.2 → 8.0.3 (patch)#1865
hennevogel merged 1 commit intomasterfrom
depfu/update/rspec-rails-8.0.3

Conversation

@depfu
Copy link
Contributor

@depfu depfu bot commented Feb 24, 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.2 → 8.0.3) · Repo · Changelog

Release Notes

8.0.3 (from changelog)

Full Changelog

Bug Fixes:

  • Fix insertion order of controller prefix in the view lookup_context. (Stephen Nelson, #2749)
  • Ensure rails stats looks for specs using application root rather than working directory. (Marvin Tangpos, #2879)

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

Commits

See the full diff on Github. The new version differs by 16 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:

↗️ irb (indirect, 1.16.0 → 1.17.0) · Repo · Changelog

Release Notes

1.17.0

What's Changed

🐛 Bug Fixes

  • Support copy command on windows and wsl by @hogelog in #1153
  • Fix incorrect history handling in nested session with debug.gem by @st0012 in #1158
  • Treat frame.path as nilable in frame filtering by @st0012 in #1161

🛠 Other Changes

Full Changelog: v1.16.0...v1.17.0

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

Commits

See the full diff on Github. The new version differs by 12 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:

↗️ rdoc (indirect, 7.1.0 → 7.2.0) · Repo · Changelog

Release Notes

7.2.0

What's Changed

✨ Enhancements

  • Expand GitHub style references in ChangeLog to URL by @nobu in #1547
  • Highlight bash commands by @st0012 in #1544

🐛 Bug Fixes

  • Replace attribute_manager with a new rdoc-inline-format parser by @tompng in #1559
  • Fix not scrolling in search results when ArrowUp or ArrowDown for Aliki by @ccmywish in #1587
  • Implement escapes in Markdown to RDoc conversion by @tompng in #1575
  • Change PrismRuby not to depend on hack that stores module nesting information to context.parent by @tompng in #1580
  • Hide search results on Escape key on desktop too for Aliki by @ccmywish in #1593
  • Fix visit_call_node visit arguments twice by @tompng in #1596
  • Fix accept_table with incomplete rows by @st0012 in #1599
  • Fix sections not displaying their text by @Earlopain in #1600
  • Ignore visibility method, attr definition, module_function within block by @tompng in #1595
  • Fix broken legacy rdoc-ref labels and duplicate heading IDs by @st0012 in #1602
  • Add unique IDs to section headings in Aliki template by @st0012 in #1603
  • Fix RDoc::Attr#add_alias handling of aliased attribute accessor by @extern-c in #1605

📚 Documentation

  • Fix broken RDoc Markup Reference link in RDoc::Comment by @extern-c in #1566
  • Add missing quote for 'unknown' by @p8 in #1589

🛠 Other Changes

New Contributors

Full Changelog: v7.1.0...v7.2.0

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

Commits

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

↗️ rspec-core (indirect, 3.13.5 → 3.13.6) · Repo · Changelog

↗️ rspec-mocks (indirect, 3.13.5 → 3.13.7) · Repo · Changelog

↗️ rspec-support (indirect, 3.13.5 → 3.13.7) · Repo · Changelog

↗️ 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 Feb 24, 2026
@hennevogel hennevogel merged commit 2f530a1 into master Feb 25, 2026
3 checks passed
@depfu depfu bot deleted the depfu/update/rspec-rails-8.0.3 branch February 25, 2026 09:53
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