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.13.0 to ~> 0.14.14 #520

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 25, 2024

Updates the requirements on aruba to permit the latest version.

Changelog

Sourced from aruba's changelog.

[0.14.14]

  • Support Ruby 2.7 (#677)

[0.14.13]

  • Loosen dependency on thor (#676)
  • Mark setting of root_directory as deprecated in documentation (#571)

[0.14.12]

  • Loosen dependency on childprocess (#673)
  • Fix Travis build (#668)
  • Handle announcing with DebugProcess (#664)

[0.14.11]

  • Loosen childprocess dependency (#658)
  • Do not set binmode on output temp files, so automatic line ending conversion works (#650)
  • Improve deprecation suggestions (#647)
  • Backport fixes to code organization, layout and spelling (#645)

[0.14.10]

  • Backport replacement of problematic AnsiColor module with simple implementation (#642)
  • Undo preprecation of #all_output, #all_stdout, #all_stderr and #in_current_directory API methods, as well as of checking the combined output from all commands in cucumber steps (#638)
  • Warn when deprecated files aruba/in_process and aruba/spawn_process are required (#639)
  • Backport allowing decimal timeout values (#621)
  • Move deprecated cucumber steps into a separate file (#622)
  • Backport renaming of bin/cli in features (#620)
  • Improve build set for CI (#611)
  • Make JRuby before :command helper hook work on the environment the command will actually be run in (#610, #612)
  • Reorganize spec files to match master branch (#603)
  • Reorganize feature files to match master branch (#602)

[0.14.9]

  • Formally deprecate #use_clean_gemset (#597)
  • Improve deprecation messages (#601)
  • Do not replace entire environment inside #cd block (#604)

[0.14.8]

  • Deprecate #run and #run_simple in favor of #run_command and

... (truncated)

Commits
  • 11eea36 Prepare version 0.14.14 for release
  • 2dd01d6 Merge pull request #677 from cucumber/support-ruby-2-7-still
  • e2789e1 Run tests on Ruby 2.7
  • d007616 Update scenario to pass on Ruby 2.7
  • c37c40a Clarify method parameter names
  • 6ef7ea6 Silence keyword argument warnings on Ruby 2.7
  • 2f41acd Prepare version 0.14.13 for release
  • 443ca9b Merge pull request #676 from cucumber/update-dependencies
  • 8233598 Only pin json when needed for simplecov
  • e0be718 Force use of older json gem for pre-2.0 rubies
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.
- [Changelog](https://github.com/cucumber/aruba/blob/main/CHANGELOG.md)
- [Commits](cucumber/aruba@v0.13.0...v0.14.14)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Apr 25, 2024
@bf4 bf4 merged commit e08ba63 into master Apr 25, 2024
4 of 22 checks passed
@bf4 bf4 deleted the dependabot/bundler/aruba-tw-0.14.14 branch April 25, 2024 17:46
@bf4
Copy link
Contributor

bf4 commented Apr 25, 2024

  Post-install message from aruba:
Use on ruby 1.8.7
* Make sure you add something like that to your `Gemfile`. Otherwise you will
  get cucumber > 2 and this will fail on ruby 1.8.7

  gem 'cucumber', '~> 1.3.20'

With aruba >= 1.0 there will be breaking changes. Make sure to read https://github.com/cucumber/aruba/blob/master/History.md for 1.0.0

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.

1 participant