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

Update cucumber requirement from ~> 3.1.0 to ~> 8.0.0 in /test #43

Merged
merged 4 commits into from
Jun 27, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 26, 2023

Updates the requirements on cucumber to permit the latest version.

Release notes

Sourced from cucumber's releases.

v8.0.0

Added

  • Add a WARNING message when using a space-separated string with cucumber_opts (PR# Issue#1614)
  • Add support for TruffleRuby (PR#1612 gogainda)
  • Add support for named hooks (PR#1636)

Fixed

  • Use required_rubygems_version instead of rubygems_version(PR#1629)
  • Suppress RSspec deprecation warnings(PR#1631)
Changelog

Sourced from cucumber's changelog.

[8.0.0]

Added

  • Add a WARNING message when using a space-separated string with cucumber_opts (PR# Issue#1614)
  • Add support for TruffleRuby (PR#1612 gogainda)
  • Add support for named hooks (PR#1636)

Fixed

  • Use required_rubygems_version instead of rubygems_version(PR#1629)
  • Suppress RSspec deprecation warnings(PR#1631)

[8.0.0.RC.1]

Changed

Fixed

  • Fix TestRunFinished success property in html formatter and all formatters based on the messages: it now returns true if the run has passed (PR#1606 Issue#1604)
  • Fix usage of namespaced modules across multiple scenarios (PR#1603 Issue#1595)
  • Do not serialize Messages::Hook#tag_expression if it is empty. (PR#1579)
  • JSON Formatter uses "pretty" output format (PR#1580)
  • Fixed JSON Formatter "end of background" detection. (PR#1580)
  • Fixed JSON Formatter expansion of Scenario Outline templates in Doc Strings. (PR#1580)
  • Removed usage of eval in Cucumber::Term::ANSIColor and Cucumber::Formatter::ANSIColor. (PR#1589 Issue#1583)
  • Fixed DataTable#map_headers when headers have the same prefix. (PR#1598 Issue#1450)

... (truncated)

Commits

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 the dependencies Pull requests that update a dependency file label Jun 26, 2023
@dependabot dependabot bot changed the base branch from master to main June 26, 2023 22:35
@reitzig
Copy link
Owner

reitzig commented Jun 26, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/bundler/test/cucumber-tw-8.0.0 branch from 4877d5e to c624977 Compare June 26, 2023 23:04
dependabot bot and others added 4 commits June 27, 2023 22:54
Updates the requirements on [cucumber](https://github.com/cucumber/cucumber-ruby) to permit the latest version.
- [Release notes](https://github.com/cucumber/cucumber-ruby/releases)
- [Changelog](https://github.com/cucumber/cucumber-ruby/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-ruby@v3.1.0...v8.0.0)

---
updated-dependencies:
- dependency-name: cucumber
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Which had apparently been provided
by a dependency, but not anymore.
@reitzig reitzig force-pushed the dependabot/bundler/test/cucumber-tw-8.0.0 branch from 01d9e3f to af252da Compare June 27, 2023 20:54
@reitzig reitzig added the enhancement New feature or request label Jun 27, 2023
@reitzig reitzig self-assigned this Jun 27, 2023
Copy link
Owner

@reitzig reitzig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM after a small fix -- and we could even get rid of a TODO! 🥳

@reitzig reitzig merged commit 7d27858 into main Jun 27, 2023
10 checks passed
@reitzig reitzig deleted the dependabot/bundler/test/cucumber-tw-8.0.0 branch June 27, 2023 21:03
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 enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant