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.11.0 to ~> 3.12.6 #93

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 12, 2023

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

Changelog

Sourced from rspec-mocks's changelog.

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

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

Bug Fixes:

  • Fix implementation blocks for mocks using keyword arguments on Ruby 3.2.0. (Adam Steel, #1508)
  • Fix keyword argument assertions when mocking using with on Ruby 3.2.0. (Slava Kardakov, Benoit Tigeot, Phil Pirozhkov, Benoit Daloze, #1514)

3.12.1 / 2022-12-10

Full Changelog

Bug Fixes:

  • Remove empty diff marker when a diff only contains console codes. (Jon Rowe, #1506)
  • Show keyword vs hash diff marker when arguments are not == (Jon Rowe, #1506)
  • Change check to detect frozen objects to rescue errors rather than

... (truncated)

Commits
  • d798ada v3.12.6
  • 52553c6 Changelog for #1552
  • 7980d9d Merge pull request #1552 from igor-drozdov/ruby2-keywords-for-missing-method-...
  • dc9003f Merge pull request #1551 from rspec/update-ci-build-scripts-2023-06-26-for-3-...
  • 9c7273a Updated ci build scripts (from rspec-dev) 3-12-maintenance
  • 8d50b95 Merge pull request #1546 from rspec/remove-relish
  • e664ebd Merge pull request #1545 from rspec/update-common-plaintext-files-2023-04-16-...
  • e3a6729 Updated common plaintext files (from rspec-dev) 3-12-maintenance
  • 661ea8d Merge pull request #1542 from rspec/update-ci-build-scripts-2023-04-11-for-3-...
  • 1146f5f Updated ci build scripts (from rspec-dev) 3-12-maintenance
  • 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 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 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 Jul 12, 2023
@mec mec force-pushed the dependabot/bundler/rspec-mocks-tw-3.12.6 branch from 2725a9f to 57169e0 Compare December 1, 2023 08:31
@mec
Copy link
Contributor

mec commented Dec 1, 2023

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2023

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

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.11.0...v3.12.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
@mec mec force-pushed the dependabot/bundler/rspec-mocks-tw-3.12.6 branch from 57169e0 to a4eb8f5 Compare December 1, 2023 09:35
@mec mec merged commit 9251648 into master Dec 1, 2023
3 checks passed
@mec mec deleted the dependabot/bundler/rspec-mocks-tw-3.12.6 branch December 1, 2023 09:38
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