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.5 to ~> 1.1 #1008

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 14, 2021

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Updates the requirements on aruba to permit the latest version.

Changelog

Sourced from aruba's changelog.

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

[1.0.2]

  • Loosen childprocess dependency (00cb0789 by [mvz]).
  • Various small code cleanups (#717 by [mvz])

[1.0.1]

Bug fixes

  • Allow use of Aruba with Cucumber 4 (#715 by [mvz])

Code quality and documentation improvements

  • Fix RuboCop offenses (#693 and #708 by [luke-hill], #710, #711 and #712 by [mvz])
  • Use recent Rake version in fixtures (#709 by [mvz])
  • Repair YARD annotations (#707 by [olleolleolle])

[1.0.0]

... (truncated)

Commits
  • c604d2c Prepare version 1.1.0 for release
  • 7d2ed27 Merge pull request #801 from cucumber/allow-new-cucumbers
  • d847194 Set max cucumber version to 7.0
  • dae41c8 Update CHANGELOG.md
  • 13cced9 Merge remote-tracking branch 'origin/master' into allow-new-cucumbers
  • b81ee6d Merge pull request #802 from cucumber/stabilize-windows-build
  • fc2f876 Update CHANGELOG.md
  • c4a6207 Use ruby File.expand_path while setting-up Aruba::Command spec
  • 170221b Update README.md
  • a4028dd Allow newer versions of Cucumber
  • 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)
  • @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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot requested review from a team as code owners April 14, 2021 13:36
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 14, 2021
@tas50
Copy link
Contributor

tas50 commented Apr 14, 2021

@dependabot rebase

@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/aruba-tw-1.1 branch from 359e4eb to 0aa9f85 Compare April 14, 2021 16:39
@tas50
Copy link
Contributor

tas50 commented Apr 14, 2021

@tduffield This is probably a good one for the msys folks to take on. We have a few projects that are stuck on old Aruba that need to get updated before that holds us back from using newer Ruby releases.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/aruba-tw-1.1 branch from 0aa9f85 to 29b7976 Compare April 14, 2021 21:46
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/master/CHANGELOG.md)
- [Commits](cucumber/aruba@v0.5.0...v1.1.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/aruba-tw-1.1 branch from 29b7976 to 7aaa134 Compare April 19, 2021 14:43
@sonarcloud
Copy link

sonarcloud bot commented May 3, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

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.

1 participant