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

Bump rspec-expectations from 3.8.3 to 3.10.1 #26

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

Conversation

dependabot-preview[bot]
Copy link

Bumps rspec-expectations from 3.8.3 to 3.10.1.

Changelog

Sourced from rspec-expectations's changelog.

3.10.1 / 2020-12-27

Full Changelog

Bug Fixes:

  • Allow JRuby 9.2.x.x to generate backtraces normally rather than via our backfill workaround. (#1230, Jon Rowe)

3.10.0 / 2020-10-30

Full Changelog

Enhancements:

  • Allow include matcher to be chained with once, at_least, etc. for simple cases. (Marc-André Lafortune, #1168)
  • Add an explicit warning when nil is passed to raise_error. (Phil Pirozhkov, #1143)
  • Improve include matcher's composability. (Phil Pirozhkov, #1155)
  • Mocks expectations can now set a custom failure message. (Benoit Tigeot and Nicolas Zermati, #1156)
  • aggregate_failures now shows the backtrace line for each failure. (Fabricio Bedin, #1163)
  • Support multiple combinations of yield_control modifiers like at_least, at_most. (Jon Rowe, #1169)
  • Dynamic have_<n> matchers now have output consistent with other dynamic matchers. (Marc-André Lafortune, #1195)
  • New config option strict_predicate_matchers allows predicate matcher to be strict (i.e. match for true or false) instead of the default (match truthy vs false or nil). (Marc-André Lafortune, #1196)

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
  • 65c26d4 Merge pull request #1263 from rspec/update-ci-build-scripts-2020-12-27-for-3-...
  • a0ce4b7 v3.10.1
  • 16c5ff2 Updated ci build scripts (from rspec-dev)3-10-maintenance
  • a234eb2 Merge pull request #1261 from rspec/update-ci-build-scripts-2020-12-27-for-main
  • ef76d7b Merge pull request #1257 from rspec/update-ci-build-scripts-2020-12-26-for-main
  • a177ffc Merge pull request #1256 from rspec/update-common-plaintext-files-2020-12-25-...
  • 4bc5dd6 Updated common plaintext files (from rspec-dev)main-
  • 8dc44ac Merge pull request #1249 from rspec/update-ci-build-scripts-2020-12-22-for-main-
  • efaedd6 Merge pull request #1246 from rspec/update-ci-build-scripts-2020-12-21-for-main
  • 713e878 Merge pull request #1243 from rspec/fix-deprecation-expectation
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 28, 2020
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