Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rspec-mocks requirement from ~> 3.12.6 to ~> 3.13.0 #114

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

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

Changelog

Sourced from rspec-mocks's changelog.

3.13.0 / 2024-02-04

Full Changelog

Enhancements:

  • Add an array_excluding matcher for arguments. (Zane Wolfgang Pickett, #1528)

3.12.7 / 2024-02-04

Full Changelog

Bug Fixes:

  • Reduce allocations from "any_instance" style mocks. (Carlos Palhares, #1479)

3.12.6 / 2023-07-11

Full Changelog

Bug Fixes:

  • Fix an issue with and_call_original when using the method_missing fallback with keyword arguments. (Igor Drozdov, #1552)

3.12.5 / 2023-03-30

Full Changelog

Bug Fixes:

  • Fix compatibility issue with Rails where active_support monkey patches with when using any instance. (Lachlan Sylvester, #1540)

3.12.4 / 2023-03-12

Full Changelog

Bug Fixes:

  • Fix an issue with asserting that Array#reverse is never called. (Brad Trick, #1533)
  • Fix compatibility issue with Rails where active_support monkey patches with. (Jean Boussier, #1531, #1534)

3.12.3 / 2023-01-17

Full Changelog

Bug Fixes:

  • Fix keyword delegation in send for verifying doubles on Ruby 3. (Charlie Honig, #1485)

3.12.2 / 2023-01-07

Full Changelog

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 Feb 5, 2024
@mec
Copy link
Contributor

mec commented Feb 23, 2024

@dependabot rebase

Updates the requirements on [rspec-mocks](https://github.com/rspec/rspec-mocks) to permit the latest version.
- [Release notes](https://github.com/rspec/rspec-mocks/releases)
- [Changelog](https://github.com/rspec/rspec-mocks/blob/main/Changelog.md)
- [Commits](rspec/rspec-mocks@v3.12.6...v3.13.0)

---
updated-dependencies:
- dependency-name: rspec-mocks
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/rspec-mocks-tw-3.13.0 branch from 59d74a2 to 48a8cd7 Compare February 23, 2024 15:24
@coveralls
Copy link

Pull Request Test Coverage Report for Build 8021362449

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 99.671%

Totals Coverage Status
Change from base Build 8020718377: 0.0%
Covered Lines: 303
Relevant Lines: 304

💛 - Coveralls

@mec mec merged commit 58f4f62 into main Feb 23, 2024
3 checks passed
@mec mec deleted the dependabot/bundler/rspec-mocks-tw-3.13.0 branch February 23, 2024 15:30
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.

2 participants