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-core from 3.9.1 to 3.9.3 #6

Merged
merged 1 commit into from Mar 14, 2021

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps rspec-core from 3.9.1 to 3.9.3.

Changelog

Sourced from rspec-core's changelog.

3.9.3 / 2020-09-30

Full Changelog

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)

3.9.2 / 2020-05-02

Full Changelog

Bug Fixes:

  • Emit a warning when around hook is used with :context scope (Phil Pirozhkov, #2687)
  • Prevent invalid implementations of Exception#cause from being treated as a valid cause (and causing strange errors) in RSpec::Core::Formatters::ExceptionPresenter. (Jon Rowe, #2703)
  • Correctly detect patterns when rspec_opts is an array in RSpec::Core::RakeTask. (Marc-André Lafortune, #2704)
  • Make RSpec.clear_examples reset example counts for example groups. This fixes an issue with re-running specs not matching ids. (Agis Anastasopoulos, #2723)
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)

Bumps [rspec-core](https://github.com/rspec/rspec-core) from 3.9.1 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.1...v3.9.3)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 14, 2021
@jeppester jeppester merged commit 9f9b755 into main Mar 14, 2021
@jeppester jeppester deleted the dependabot/bundler/rspec-core-3.9.3 branch March 14, 2021 13:04
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.

None yet

1 participant