Scalingo / ruby-buildpack

Ruby Buildpack for Scalingo
MIT License
5 stars 13 forks source link

Bump rspec-expectations from 3.9.2 to 3.9.4 #28

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps rspec-expectations from 3.9.2 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)
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[bot] commented 2 years ago

The following labels could not be found: dependencies.

EtienneM commented 2 years ago

@dependabot ignore this major version

Dependencies upgrades are tackled by upstream

dependabot[bot] commented 2 years ago

OK, I won't notify you about version 3.x.x again, unless you re-open this PR or update to a 3.x.x release yourself.