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.9.0 to 3.12.6 #182

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 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 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)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 31, 2023
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants