Skip to content

build(deps-dev): bump rspec-mocks from 3.13.2 to 3.13.8#215

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/rspec-mocks-3.13.8
Open

build(deps-dev): bump rspec-mocks from 3.13.2 to 3.13.8#215
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/rspec-mocks-3.13.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Copy link
Copy Markdown
Contributor

Bumps rspec-mocks from 3.13.2 to 3.13.8.

Changelog

Sourced from rspec-mocks's changelog.

3.13.8 / 2026-02-27

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)

3.13.7 / 2025-10-31

Full Changelog

Bug Fixes:

  • Special case to_h, to_hash responses on null objects, prevents an issue with Rails. (Jon Rowe, rspec/rspec#275)

3.13.6 / 2025-10-14

Full Changelog

Bug Fixes:

  • Work around possible infinite loop when stubbing is_a?. (Erin Paget, rspec/rspec#265)

3.13.5 / 2025-05-27

Full Changelog

Bug Fixes:

  • rspec/rspec#214 between tests. (Jon Rowe, rspec/rspec#219)
  • Fix links in gemspec to point to monorepo / homepage. (Jon Rowe)

3.13.4 / 2025-05-05

Full Changelog

Bug Fixes:

  • Fix regression where nested stubbed method calls would inadvertently not be counted. (Jon Rowe, rspec/rspec#214)
  • Fix regression where keyword arguments would not be passed through to nested stubbed method calls. (Jon Rowe, rspec/rspec#214)

3.13.3 / 2025-05-01

Full Changelog

Bug Fixes:

  • When stubbing methods using the expect_any_instance_of or allow_any_instance_of ensure the stubbed method has the same visibility as the real method. (Jon Rowe, rspec/rspec-mocks#1596)
  • Prevent recursive calls to stubbed methods during stub invocation.

... (truncated)

Commits
  • 712e3ca rspec-mocks-v3.13.8
  • 77e3082 Changelog for #297
  • efd3f6a Merge pull request #297 from alexdean/any_instance_of_prepend_fix
  • 27fe84e Changelog for #286
  • b3ef9b1 Tidy up rspec-mocks/spec/rspec/mocks/order_group_spec.rb
  • 7ed9f38 Improve thread safety of OrderGroups within mocks
  • 0404d76 Ignore a spec file which issues warnings
  • 5ce5674 rspec-mocks-v3.13.7
  • 267f156 Merge pull request #275 from rspec/spys-respond-to-to_hash
  • 0cca228 rspec-mocks-v3.13.6
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [rspec-mocks](https://github.com/rspec/rspec) from 3.13.2 to 3.13.8.
- [Changelog](https://github.com/rspec/rspec/blob/rspec-mocks-v3.13.8/rspec-mocks/Changelog.md)
- [Commits](rspec/rspec@rspec-mocks-v3.13.2...rspec-mocks-v3.13.8)

---
updated-dependencies:
- dependency-name: rspec-mocks
  dependency-version: 3.13.8
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels May 4, 2026
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

The PR successfully updates rspec-mocks to version 3.13.8 and its transitive dependencies. Codacy results indicate that the project remains up to standards with no new issues or complexity introduced. No blockers were identified during the review.

Test suggestions

  • Verify the existing test suite passes with the updated rspec-mocks and its dependencies
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify the existing test suite passes with the updated rspec-mocks and its dependencies

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants