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

Build(deps): Bump rspec-core from 3.9.2 to 3.9.3 #10791

Merged
merged 1 commit into from Oct 1, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps rspec-core from 3.9.2 to 3.9.3.

Changelog

Sourced from rspec-core's changelog.

Development

Full Changelog

Enhancements:

  • Memoize RSpec::Core::Formatters::ExceptionPresenter#exception_lines to improve performance with slow exception messages. (Maxime Lapointe, #2743)
  • Add configuration for an error exit code (to disambiguate errored builds from failed builds by exit status). (Dana Sherson, #2749)

Bug Fixes:

  • Declare ruby2_keywords on method_missing for other gems. (Jon Rowe, #2731)
  • Ensure custom error codes are returned from bisect runs. (Jon Rowe, #2732)
  • Ensure RSpec::Core::Configuration predicate config methods return booleans. (Marc-André Lafortune, #2736)
  • Prevent rspec --bisect from generating zombie processes while executing bisect runs. (Benoit Tigeot, Jon Rowe, #2739)
  • Predicates for pending examples, (in RSpec::Core::Example, #pending?, #skipped? and #pending_fixed?) now return boolean values rather than truthy values. (Marc-André Lafortune, #2756, #2758)
  • Exceptions which have a message which cannot be cast to a string will no longer cause a crash. (Jon Rowe, #2761)
Commits
  • 380e49b Version 3.9.3
  • 66841dc Merge pull request #2770 from jxa/add-feature-skip-with-metadata
  • fa2c384 Merge pull request #2769 from rspec/update-travis-build-scripts-2020-09-28-fo...
  • 1980305 Merge pull request #2768 from rspec/update-travis-build-scripts-2020-09-28-fo...
  • d54f7c8 Merge pull request #2766 from rspec/update-travis-build-scripts-2020-09-27-fo...
  • 7c6fc73 Merge pull request #2760 from rspec/improve-wording
  • e6455b9 Merge pull request #2761 from rspec/fix-message-to_s-loop
  • 456388f Changelog for #2756, #2758
  • 91f092f Merge pull request #2758 from rspec/strict-predicates
  • efbac94 Merge pull request #2739 from rspec/detach-process-to-avoid-zombie
  • Additional commits viewable in compare view

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 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)

Bumps [rspec-core](https://github.com/rspec/rspec-core) from 3.9.2 to 3.9.3.
- [Release notes](https://github.com/rspec/rspec-core/releases)
- [Changelog](https://github.com/rspec/rspec-core/blob/main/Changelog.md)
- [Commits](rspec/rspec-core@v3.9.2...v3.9.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 30, 2020
@SamSaffron SamSaffron merged commit 3de8322 into master Oct 1, 2020
@SamSaffron SamSaffron deleted the dependabot/bundler/rspec-core-3.9.3 branch October 1, 2020 07:30
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
1 participant