Skip to content

Update rspec-mocks requirement from < 3.13.3 to < 3.13.9#355

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/rspec-mocks-lt-3.13.9
Open

Update rspec-mocks requirement from < 3.13.3 to < 3.13.9#355
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/rspec-mocks-lt-3.13.9

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Updates the requirements on rspec-mocks to permit the latest version.

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Mar 2, 2026
@bastelfreak
Copy link
Contributor

@dependabot rebase

Updates the requirements on [rspec-mocks](https://github.com/rspec/rspec) to permit the latest version.
- [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: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/rspec-mocks-lt-3.13.9 branch from 43846d5 to 2e58581 Compare March 5, 2026 08:36
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.

1 participant