Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2021

Bumps rspec-expectations from 3.9.0 to 3.9.4.

Changelog

Sourced from rspec-expectations's changelog.

3.9.4 / 2020-10-29

Full Changelog

Bug Fixes:

  • Fix regression with be_ and have_ matchers and arguments implementing to_hash were they would act like keywords and be cast to a hash. (Jon Rowe, #1222)

3.9.3 / 2020-10-23

Bug Fixes:

  • Swap the comparison of the delta vs the expected for the be_within matcher allowing more complicated oobjects to be compared providing they provide abs and other comparison methods. (Kelly Stannard, #1182)
  • Properly format expected in the description of the be_within matcher. (Jon Rowe, #1185)
  • Remove warning when using keyword arguments with be_ and have_ matchers on 2.7.x (Jon Rowe, #1187)
  • Prevent formatting a single hash as a list of key value pairs in default failure messages for custom matches (fixes formatting in EnglishPhrasing#list). (Robert Eshleman, #1193)
  • Prevent errors from causing false positives when using be <operator> comparison, e.g. expect(1).not_to be < 'a' will now correctly fail rather than pass. (Jon Rowe, #1208)

3.9.2 / 2020-05-08

Full Changelog

Bug Fixes:

  • Issue a proper ArgumentError when invalid arguments are given to yield_control modifiers such as at_least et al. (Marc-André Lafortune, #1167)
  • Prevent Ruby 2.7 keyword arguments warning from being issued by custom matcher definitions. (Jon Rowe, #1176)

3.9.1 / 2020-03-13

Full Changelog

Bug Fixes:

  • Issue an improved warning when using respond_to(...).with(n).arguments and ignore the warning when using with have_attributes(...). (Jon Rowe, #1164)
Commits

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 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 Mar 14, 2021
@dependabot dependabot bot force-pushed the dependabot/bundler/rspec-expectations-3.9.4 branch from 248f07a to faee86b Compare March 14, 2021 13:05
@jeppester jeppester merged commit e06bd13 into main Mar 14, 2021
@jeppester jeppester deleted the dependabot/bundler/rspec-expectations-3.9.4 branch March 14, 2021 13:05
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