Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump aruba from 2.1.0 to 2.2.0 (#2132)
Bumps [aruba](https://github.com/cucumber/aruba) from 2.1.0 to 2.2.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cucumber/aruba/blob/main/CHANGELOG.md">aruba's changelog</a>.</em></p> <blockquote> <h2>[2.2.0] / 2023-09-02</h2> <ul> <li>Drop support for Ruby 2.5 (<a href="https://redirect.github.com/cucumber/aruba/issues/836">#836</a> by [mvz])</li> <li>Add support for JRuby 9.4 (<a href="https://redirect.github.com/cucumber/aruba/issues/882">#882</a> by [mvz])</li> <li>Support CRuby 3.2 (<a href="https://redirect.github.com/cucumber/aruba/issues/883">#883</a> by [mvz])</li> <li>Improve <code>be_a_command_found_in_path matcher</code> and its tests (<a href="https://redirect.github.com/cucumber/aruba/issues/895">#895</a> by [mvz])</li> <li>Replace ChildProcess with Process.spawn (<a href="https://redirect.github.com/cucumber/aruba/issues/891">#891</a> and <a href="https://redirect.github.com/cucumber/aruba/issues/892">#892</a> by [mvz])</li> <li>Support Cucumber version 9.0 (<a href="https://redirect.github.com/cucumber/aruba/issues/904">#904</a> by [mvz])</li> <li>Drop support for Cucumber 4 through 7 (<a href="https://redirect.github.com/cucumber/aruba/issues/906">#906</a> by [mvz])</li> <li>Drop support for Ruby 2.6 (<a href="https://redirect.github.com/cucumber/aruba/issues/907">#907</a> by [mvz])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cucumber/aruba/commit/cca18f3ae0d7a307a79c69b4ad3d5b6a23e52884"><code>cca18f3</code></a> Prepare version 2.2.0 for release</li> <li><a href="https://github.com/cucumber/aruba/commit/f3e345015991bd996e88c06125cb19d15407b851"><code>f3e3450</code></a> Merge pull request <a href="https://redirect.github.com/cucumber/aruba/issues/907">#907</a> from cucumber/drop-ruby-2-6</li> <li><a href="https://github.com/cucumber/aruba/commit/126d410c107562aa9454d1aba3555defe21c7628"><code>126d410</code></a> Drop support for Ruby 2.6</li> <li><a href="https://github.com/cucumber/aruba/commit/c26d19ce1a84b37139339305dbe53781a3d3186d"><code>c26d19c</code></a> Merge pull request <a href="https://redirect.github.com/cucumber/aruba/issues/906">#906</a> from cucumber/drop-cucumber-7-and-lower</li> <li><a href="https://github.com/cucumber/aruba/commit/3954b9a5b0db2ecab150b7f60159474dcd9e9480"><code>3954b9a</code></a> Drop support for Cucumber 4 through 7</li> <li><a href="https://github.com/cucumber/aruba/commit/aa8a092f4da423c61e31c6dbcf2961707ff5b7ca"><code>aa8a092</code></a> Merge pull request <a href="https://redirect.github.com/cucumber/aruba/issues/904">#904</a> from cucumber/support-cucumber-9</li> <li><a href="https://github.com/cucumber/aruba/commit/8d64c61f5d070a00c96dd93dfbbee63a5bffc655"><code>8d64c61</code></a> Support cucumber version 9.0</li> <li><a href="https://github.com/cucumber/aruba/commit/7e31af0d3b615a3b70df025a511a8e2fe396c878"><code>7e31af0</code></a> Merge pull request <a href="https://redirect.github.com/cucumber/aruba/issues/905">#905</a> from cucumber/fix-unbundling-scenario</li> <li><a href="https://github.com/cucumber/aruba/commit/af58522fe811993dc5c2146ae42a7f29f3920ba8"><code>af58522</code></a> Update 'disable bundler' scenarios to work with Bundler 2.4.17 and up</li> <li><a href="https://github.com/cucumber/aruba/commit/da96e1f36031da1e86cdf9e916a62baaf86cc9d8"><code>da96e1f</code></a> Merge pull request <a href="https://redirect.github.com/cucumber/aruba/issues/903">#903</a> from cucumber/fix-rubocop-offense</li> <li>Additional commits viewable in <a href="https://github.com/cucumber/aruba/compare/v2.1.0...v2.2.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yota Toyama <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information