<p dir="auto">Bumps <a href="https://github.com/rack/rack">rack</a> from 2.2.10 to 2.2.11.</p>
<details>
<summary>Changelog</summary>
<p dir="auto"><em>Sourced from <a href="https://github.com/rack/rack/blob/main/CHANGELOG.md">rack's changelog</a>.</em></p>
<blockquote>
<h1 dir="auto">Changelog</h1>
<p dir="auto">All notable changes to this project will be documented in this file. For info on how to format all future additions to this file please reference <a href="https://keepachangelog.com/en/1.0.0/" rel="nofollow">Keep A Changelog</a>.</p>
<h2 dir="auto">Unreleased</h2>
<h3 dir="auto">Added</h3>
<ul dir="auto">
<li>Introduce <code class="notranslate">Rack::VERSION</code> constant. (<a href="https://redirect.github.com/rack/rack/pull/2199">#2199</a>, [<a href="https://github.com/ioquatix"><code class="notranslate">@ioquatix</code></a>])</li>
<li>ISO-2022-JP encoded parts within MIME Multipart sections of an HTTP request body will now be converted to UTF-8. (<a href="https://redirect.github.com/rack/rack/pull/2245">#2245</a>, [<a href="https://github.com/nappa"><code class="notranslate">@nappa</code></a>])</li>
</ul>
<h3 dir="auto">Changed</h3>
<ul dir="auto">
<li>Invalid cookie keys will now raise an error. (<a href="https://redirect.github.com/rack/rack/pull/2193">#2193</a>, [<a href="https://github.com/ioquatix"><code class="notranslate">@ioquatix</code></a>])</li>
<li><code class="notranslate">Rack::MediaType#params</code> now handles empty strings. (<a href="https://redirect.github.com/rack/rack/pull/2229">#2229</a>, [<a href="https://github.com/jeremyevans"><code class="notranslate">@jeremyevans</code></a>])</li>
</ul>
<h3 dir="auto">Deprecated</h3>
<ul dir="auto">
<li><code class="notranslate">Rack::Auth::AbstractRequest#request</code> is deprecated without replacement. (<a href="https://redirect.github.com/rack/rack/pull/2229">#2229</a>, [<a href="https://github.com/jeremyevans"><code class="notranslate">@jeremyevans</code></a>])</li>
<li><code class="notranslate">Rack::Request#parse_multipart</code> (private method designed to be overridden in subclasses) is deprecated without replacement. (<a href="https://redirect.github.com/rack/rack/pull/2229">#2229</a>, [<a href="https://github.com/jeremyevans"><code class="notranslate">@jeremyevans</code></a>])</li>
</ul>
<h3 dir="auto">Removed</h3>
<ul dir="auto">
<li><code class="notranslate">Rack::Request#values_at</code> is removed. (<a href="https://redirect.github.com/rack/rack/pull/2200">#2200</a>, [<a href="https://github.com/ioquatix"><code class="notranslate">@ioquatix</code></a>])</li>
<li><code class="notranslate">Rack::Logger</code> is removed with no replacement. (<a href="https://redirect.github.com/rack/rack/pull/2196">#2196</a>, [<a href="https://github.com/ioquatix"><code class="notranslate">@ioquatix</code></a>])</li>
<li>Automatic cache invalidation in <code class="notranslate">Rack::Request#{GET,POST}</code> has been removed. (<a href="https://redirect.github.com/rack/rack/pull/2230">#2230</a>, [<a href="https://github.com/jeremyevans"><code class="notranslate">@jeremyevans</code></a>])</li>
</ul>
<h3 dir="auto">Fixed</h3>
<ul dir="auto">
<li><code class="notranslate">Rack::RewindableInput::Middleware</code> no longer wraps a nil input. (<a href="https://redirect.github.com/rack/rack/pull/2259">#2259</a>, <a href="https://github.com/tt"><code class="notranslate">@tt</code></a>)</li>
</ul>
<h2 dir="auto">[3.1.9] - 2025-01-31</h2>
<h3 dir="auto">Fixed</h3>
<ul dir="auto">
<li><code class="notranslate">Rack::MediaType#params</code> now handles parameters without values. (<a href="https://redirect.github.com/rack/rack/pull/2263">#2263</a>, <a href="https://github.com/AllyMarthaJ"><code class="notranslate">@AllyMarthaJ</code></a>)</li>
</ul>
<h2 dir="auto">[3.1.8] - 2024-10-14</h2>
<h3 dir="auto">Fixed</h3>
<ul dir="auto">
<li>Resolve deprecation warnings about uri <code class="notranslate">DEFAULT_PARSER</code>. (<a href="https://redirect.github.com/rack/rack/pull/2249">#2249</a>, [<a href="https://github.com/earlopain"><code class="notranslate">@earlopain</code></a>])</li>
</ul>
<h2 dir="auto">[3.1.7] - 2024-07-11</h2>
<h3 dir="auto">Fixed</h3>
<ul dir="auto">
<li>Do not remove escaped opening/closing quotes for content-disposition filenames. (<a href="https://redirect.github.com/rack/rack/pull/2229">#2229</a>, [<a href="https://github.com/jeremyevans"><code class="notranslate">@jeremyevans</code></a>])</li>
<li>Fix encoding setting for non-binary IO-like objects in MockRequest#env_for. (<a href="https://redirect.github.com/rack/rack/pull/2227">#2227</a>, [<a href="https://github.com/jeremyevans"><code class="notranslate">@jeremyevans</code></a>])</li>
<li><code class="notranslate">Rack::Response</code> should not generate invalid <code class="notranslate">content-length</code> header. (<a href="https://redirect.github.com/rack/rack/pull/2219">#2219</a>, [<a href="https://github.com/ioquatix"><code class="notranslate">@ioquatix</code></a>])</li>
</ul>
</blockquote>
<p dir="auto">... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul dir="auto">
<li><a href="https://github.com/rack/rack/commit/aa5a0f532aac7a57e4bc7e857eca1c38229f7b30"><code class="notranslate">aa5a0f5</code></a> Bump patch version.</li>
<li><a href="https://github.com/rack/rack/commit/f8b41c1dba33ec96b886e57505c149c36d56662b"><code class="notranslate">f8b41c1</code></a> Escape non-printable characters when logging.</li>
<li>See full diff in <a href="https://github.com/rack/rack/compare/v2.2.10...v2.2.11">compare view</a></li>
</ul>
</details>
<br>
<p dir="auto"><a href="https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores"><img src="https://camo.githubusercontent.com/e4895f77a95eee7810c3c41365a2e232e2458e976dcb583c096b0baa885a4dfd/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d7261636b267061636b6167652d6d616e616765723d62756e646c65722670726576696f75732d76657273696f6e3d322e322e3130266e65772d76657273696f6e3d322e322e3131" alt="Dependabot compatibility score" data-canonical-src="https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rack&package-manager=bundler&previous-version=2.2.10&new-version=2.2.11" style="max-width: 100%;"></a></p>
<p dir="auto">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 <code class="notranslate">@dependabot rebase</code>.</p>
<hr>
<details>
<summary>Dependabot commands and options</summary>
<br>
<p dir="auto">You can trigger Dependabot actions by commenting on this PR:</p>
<ul dir="auto">
<li><code class="notranslate">@dependabot rebase</code> will rebase this PR</li>
<li><code class="notranslate">@dependabot recreate</code> will recreate this PR, overwriting any edits that have been made to it</li>
<li><code class="notranslate">@dependabot merge</code> will merge this PR after your CI passes on it</li>
<li><code class="notranslate">@dependabot squash and merge</code> will squash and merge this PR after your CI passes on it</li>
<li><code class="notranslate">@dependabot cancel merge</code> will cancel a previously requested merge and block automerging</li>
<li><code class="notranslate">@dependabot reopen</code> will reopen this PR if it is closed</li>
<li><code class="notranslate">@dependabot close</code> will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually</li>
<li><code class="notranslate">@dependabot show <dependency name> ignore conditions</code> will show all of the ignore conditions of the specified dependency</li>
<li><code class="notranslate">@dependabot ignore this major version</code> will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)</li>
<li><code class="notranslate">@dependabot ignore this minor version</code> will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)</li>
<li><code class="notranslate">@dependabot ignore this dependency</code> will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)<br>
You can disable automated security fix PRs for this repo from the <a href="https://github.com/openstreetmap/openstreetmap-website/network/alerts">Security Alerts page</a>.</li>
</ul>
</details>
<hr>
<h4>You can view, comment on, or merge this pull request online at:</h4>
<p> <a href='https://github.com/openstreetmap/openstreetmap-website/pull/5665'>https://github.com/openstreetmap/openstreetmap-website/pull/5665</a></p>
<h4>Commit Summary</h4>
<ul>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/5665/commits/c62286622426bd6d32e22438354ed2323c900ea2" class="commit-link">c622866</a> Bump rack from 2.2.10 to 2.2.11</li>
</ul>
<h4 style="display: inline-block">File Changes </h4> <p style="display: inline-block">(<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5665/files">1 file</a>)</p>
<ul>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5665/files#diff-89cade48462044ee1b672dc5f4c3ec250fbd29effcd8932096a23c1283c6731f">Gemfile.lock</a>
(2)
</li>
</ul>
<h4>Patch Links:</h4>
<ul>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/5665.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/5665.patch</a></li>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/5665.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/5665.diff</a></li>
</ul>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/5665">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLK5FLMQM5ZFO5CLPC32PPMO7AVCNFSM6AAAAABXA3EFG2VHI2DSMVQWIX3LMV43ASLTON2WKOZSHA2DSNJZG42TMOA">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLJJ3YQITMRS3I4QO2T2PPMO7A5CNFSM6AAAAABXA3EFG2WGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHKTWLIQA.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><openstreetmap/openstreetmap-website/pull/5665</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/5665",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/5665",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>