test-kitchen / busser

Kitchen Busser - Runs tests for projects in test-kitchen
Other
45 stars 17 forks source link

Update aruba requirement from = 0.7.4 to = 0.14.11 #38

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on aruba to permit the latest version.

Changelog *Sourced from [aruba's changelog](https://github.com/cucumber/aruba/blob/v0.14.11/CHANGELOG.md).* > ## [v0.14.11] > > * Loosen childprocess dependency ([#658](https://github-redirect.dependabot.com/cucumber/aruba/issues/658)) > * Do not set binmode on output temp files, so automatic line ending conversion works ([#650](https://github-redirect.dependabot.com/cucumber/aruba/issues/650)) > * Improve deprecation suggestions ([#647](https://github-redirect.dependabot.com/cucumber/aruba/issues/647)) > * Backport fixes to code organization, layout and spelling ([#645](https://github-redirect.dependabot.com/cucumber/aruba/issues/645)) > > ## [v0.14.10] > > * Backport replacement of problematic AnsiColor module with simple > implementation ([#642](https://github-redirect.dependabot.com/cucumber/aruba/issues/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](https://github-redirect.dependabot.com/cucumber/aruba/issues/638)) > * Warn when deprecated files `aruba/in_process` and `aruba/spawn_process` are > required ([#639](https://github-redirect.dependabot.com/cucumber/aruba/issues/639)) > * Backport allowing decimal timeout values ([#621](https://github-redirect.dependabot.com/cucumber/aruba/issues/621)) > * Move deprecated cucumber steps into a separate file ([#622](https://github-redirect.dependabot.com/cucumber/aruba/issues/622)) > * Backport renaming of bin/cli in features ([#620](https://github-redirect.dependabot.com/cucumber/aruba/issues/620)) > * Improve build set for CI ([#611](https://github-redirect.dependabot.com/cucumber/aruba/issues/611)) > * Make JRuby before :command helper hook work on the environment the command > will actually be run in ([#610](https://github-redirect.dependabot.com/cucumber/aruba/issues/610), [#612](https://github-redirect.dependabot.com/cucumber/aruba/issues/612)) > * Reorganize spec files to match master branch ([#603](https://github-redirect.dependabot.com/cucumber/aruba/issues/603)) > * Reorganize feature files to match master branch ([#602](https://github-redirect.dependabot.com/cucumber/aruba/issues/602)) > > ## [v0.14.9] > > * Formally deprecate `#use_clean_gemset` ([#597](https://github-redirect.dependabot.com/cucumber/aruba/issues/597)) > * Improve deprecation messages ([#601](https://github-redirect.dependabot.com/cucumber/aruba/issues/601)) > * Do not replace entire environment inside `#cd` block ([#604](https://github-redirect.dependabot.com/cucumber/aruba/issues/604)) > > ## [v0.14.8] > > * Deprecate `#run` and `#run_simple` in favor of `#run_command` and > `#run_command_and_stop` ([#585](https://github-redirect.dependabot.com/cucumber/aruba/issues/585)) > * Update dependencies, most notably loosening the dependency on `childprocess` > ([#591](https://github-redirect.dependabot.com/cucumber/aruba/issues/591)) > * Properly warn about deprecated use of the run methods with one positional > option ([#588](https://github-redirect.dependabot.com/cucumber/aruba/issues/588)) > > ## [v0.14.7] > > * Fix Cucumber steps to use `have_same_file_content_as` matcher ([#572](https://github-redirect.dependabot.com/cucumber/aruba/issues/572)) > * Update dependencies, most notably loosening the dependency on `ffi` ([#581](https://github-redirect.dependabot.com/cucumber/aruba/issues/581)) > > ## [v0.14.6] > > * Document and fix `@disable-bundler` hook ([#561](https://github-redirect.dependabot.com/cucumber/aruba/issues/561)) > * Deprecate `have_same_file_content_like` and `a_file_with_same_content_like` > in favor of `have_same_file_content_as` and `a_file_with_same_content_as` ([#557](https://github-redirect.dependabot.com/cucumber/aruba/issues/557)) > ... (truncated)
Commits - [`b7ada27`](https://github.com/cucumber/aruba/commit/b7ada274e4e18c7fedbbd77b7dd88c11acfa2329) Prepare version 0.14.11 for release - [`ada4dde`](https://github.com/cucumber/aruba/commit/ada4dde67a28567505183f0a01e0f10f09beaa64) Merge pull request [#658](https://github-redirect.dependabot.com/cucumber/aruba/issues/658) from cucumber/loosen-childprocess-dependency-still - [`bc69572`](https://github.com/cucumber/aruba/commit/bc695723b8a0a96c46f6fd789a41489c373f6f80) Allow bundler to install childprocess 2.0 on recent Rubies - [`d1425c9`](https://github.com/cucumber/aruba/commit/d1425c9969024040aa0b58ac79b65d62286ca582) Loosen dependency on childprocess - [`02ee143`](https://github.com/cucumber/aruba/commit/02ee143cadfdf3d4a34c8d8e97581f01788ab6e3) Merge pull request [#650](https://github-redirect.dependabot.com/cucumber/aruba/issues/650) from cucumber/issue-614-no-binmode-still - [`96c68ba`](https://github.com/cucumber/aruba/commit/96c68bad687df3b421070ab8dbe7760d4415282e) Do not set binmode on output temp files - [`fb4ba78`](https://github.com/cucumber/aruba/commit/fb4ba789ccdb7f97d6b34ce5061eb82dae8bcdeb) Merge pull request [#647](https://github-redirect.dependabot.com/cucumber/aruba/issues/647) from cucumber/improve-deprecations - [`0ee72bd`](https://github.com/cucumber/aruba/commit/0ee72bd5b0afebd525b877f18948c2334126ff6e) Improve suggestions for replacing deprecated methods - [`aeb4e78`](https://github.com/cucumber/aruba/commit/aeb4e785c122bbbee911b538dbc5377eaa459f4b) Remove last remnants of [@​aruba](https://github.com/aruba)_timeout_seconds - [`ebee979`](https://github.com/cucumber/aruba/commit/ebee9799405d35b6da917fdc1859ae3b14a39fa1) Merge pull request [#645](https://github-redirect.dependabot.com/cucumber/aruba/issues/645) from cucumber/backport-fixes - Additional commits viewable in [compare view](https://github.com/cucumber/aruba/compare/v0.7.4...v0.14.11)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #41.