Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump rack-test from 2.1.0 to 2.2.0 in /packages/ruby (#1160
) Bumps [rack-test](https://github.com/rack/rack-test) from 2.1.0 to 2.2.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rack/rack-test/blob/main/History.md">rack-test's changelog</a>.</em></p> <blockquote> <h2>2.2.0 / 2024-12-23</h2> <ul> <li> <p>Bug fixes:</p> <ul> <li><code>Rack::Test::Cookie</code> now parses cookie parameters using a case-insensitive approach (Guillaume Malette <a href="https://redirect.github.com/rack/rack-test/issues/349">#349</a>)</li> </ul> </li> <li> <p>Minor enhancements:</p> <ul> <li>Arrays of cookies containing a blank cookie are now handled correctly when processing responses. (Martin Emde <a href="https://redirect.github.com/rack/rack-test/issues/343">#343</a>)</li> <li><code>Rack::Test::UploadedFile</code> no longer uses a finalizer for named paths to close and unlink the created Tempfile. Tempfile itself uses a finalizer to close and unlink itself, so there is no reason for <code>Rack::Test::UploadedFile</code> to do so (Jeremy Evans <a href="https://redirect.github.com/rack/rack-test/issues/338">#338</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rack/rack-test/commit/8c0cfbac2b9874322d942428498a32c0489603f5"><code>8c0cfba</code></a> Bump version to 2.2.0</li> <li><a href="https://github.com/rack/rack-test/commit/3a87147b6c504754dabd49f4b7d7866703f21ae5"><code>3a87147</code></a> Update History for missed commit</li> <li><a href="https://github.com/rack/rack-test/commit/6ba3d04e13a6f90a84d8e4bc14a4b5f457e7a314"><code>6ba3d04</code></a> Remove unnecessary check for starting period in domain inside #valid?</li> <li><a href="https://github.com/rack/rack-test/commit/f3921254ef6bcd81b6a82527a091058a949df8dc"><code>f392125</code></a> Use -W:strict_unused_block when running tests on Ruby 3.4+</li> <li><a href="https://github.com/rack/rack-test/commit/64cd5244acc088fbb393718994b3d400e6a97fdd"><code>64cd524</code></a> Fix spurious warnings in tests when using Rack 3.1</li> <li><a href="https://github.com/rack/rack-test/commit/e5e9d899bcd8c44732e503a6ebced755aca9f355"><code>e5e9d89</code></a> Update History.md</li> <li><a href="https://github.com/rack/rack-test/commit/16a3c5c78df6b2f49bd48053e37f38c3bd5261be"><code>16a3c5c</code></a> fix: cookie-av allows arbitrary casing</li> <li><a href="https://github.com/rack/rack-test/commit/8e5a77b0e962a4c7bff45c5899eedf49c511c80c"><code>8e5a77b</code></a> Fix a couple spec failures on Ruby 3.4.0-preview2</li> <li><a href="https://github.com/rack/rack-test/commit/35b73103987828aa228824a6521453a146adff88"><code>35b7310</code></a> Fix array of cookies in response containing a blank cookie</li> <li><a href="https://github.com/rack/rack-test/commit/c69b465e98d0d959f2014ab3a025264039a7ab4f"><code>c69b465</code></a> Add Ruby 3.3 to CI and bump actions/checkout to v4</li> <li>Additional commits viewable in <a href="https://github.com/rack/rack-test/compare/v2.1.0...v2.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rack-test&package-manager=bundler&previous-version=2.1.0&new-version=2.2.0)](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: Andrii Andreiev <[email protected]>
- Loading branch information