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 aruba requirement from ~> 0.11, < 1.0 to ~> 2.0, < 3.0 #1808

Merged
merged 3 commits into from Jan 29, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2021

Updates the requirements on aruba to permit the latest version.

Changelog

Sourced from aruba's changelog.

[2.0.0] / 2021-07-26

Potentially breaking changes:

  • Bump miminum cucumber version to 4 (#814 by [mvz])
  • Drop support for Ruby 2.4 (#820 by [mvz])
  • Remove deprecated ability to append to non-existent file (#829 by [mvz])
  • Make absolute file name warning an error (#783 by [mvz])

Other changes

  • Use Ruby's built-in windows platform detection (#813 by [mvz])
  • Update some step definitions to use Cucumber Expression syntax (#822 by [mvz])
  • Update cucumber dependency to allow use of cucumber 7 (#828 by [dependabot])

[1.1.2] / 2021-06-20

  • Add Bundler as an explicit runtime dependency (#810 by [luke-hill])

[1.1.1] / 2021-05-14

  • Loosen dependency on the contracts gem (#804 by [mvz])

[1.1.0] / 2021-04-14

  • Add step and API to add whole lines to a file (#780 by [mvz])
  • Deprecate file creation when using append_to_file (#781 by [mvz])
  • Update dependencies to cucumber to allow working with incoming major versions (#801 by [mattwynne])

[1.0.4] / 2021-01-04

  • Update rubocop and fix new offenses (various pull requests)
  • Turn off Cucumber publish warning in CI (#737 by [olleolleolle])
  • Move CI from Travis CI to GitHub Actions (#738 by [mvz])
  • Remove superfluous :each from before hooks in RSpec-related cucumber scenarios (#748 by [mvz])
  • Make disabling Bundler more robust (#750 by [mvz])
  • Officially support Ruby 3.0 (#763 by [mvz])
  • Clean up hook methods in configuration (#751 by [mvz])
  • Speed up RSpec suite (#767 by [mvz])
  • Speed up Cucumber suite (#766 and #771 by [mvz])
  • Remove obsolete String#strip_heredoc monkey-patch (#769 by [mvz])
  • Simplify configuration option specification (#772 by [mvz])

[1.0.3]

  • Loosen Cucumber dependency to allow Cucumber 5.0 (#727 by [mvz])
  • Update rubocop and fix new offenses (#719 and #724 by [mvz])
  • Rework gemspec to avoid dependency on git (#721 by [utkarsh2102], #725 by [mvz])

... (truncated)

Commits
  • 1c6bc87 Prepare version 2.0.0 for release
  • f810db5 Merge pull request #830 from cucumber/build-with-cucumber-7
  • f3bbf76 Test with Cucumber 7 in CI
  • a0c748a Add appraisal for cucumber 7
  • b8367bc Merge pull request #829 from cucumber/remove-deprecated-functionality
  • 69eeecf Remove ability to append to non-existent file
  • 8983ca2 Merge pull request #828 from cucumber/dependabot/bundler/cucumber-gte-4.0-and...
  • 0d0c0ee Update cucumber requirement from >= 4.0, < 7.0 to >= 4.0, < 8.0
  • d3b0df9 Merge pull request #827 from cucumber/dependabot/bundler/rubocop-tw-1.18.0
  • 651a45b Correct Layout/LineEndStringConcatenationIndentation offenses
  • Additional commits viewable in compare view

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)

Updates the requirements on [aruba](https://github.com/cucumber/aruba) to permit the latest version.
- [Release notes](https://github.com/cucumber/aruba/releases)
- [Changelog](https://github.com/cucumber/aruba/blob/main/CHANGELOG.md)
- [Commits](cucumber/aruba@v0.11.0...v2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 2, 2021
@tas50
Copy link
Member

tas50 commented Jan 29, 2022

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 29, 2022

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@tas50 tas50 merged commit a0b9c62 into master Jan 29, 2022
@tas50 tas50 deleted the dependabot/bundler/aruba-tw-2.0-and-lt-3.0 branch January 29, 2022 22:22
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.

None yet

1 participant