<p dir="auto">Bumps <a href="https://github.com/rack/rack">rack</a> from 3.1.15 to 3.1.16.</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">SPEC Changes</h3>
<ul dir="auto">
<li>Request environment keys must now be strings. <a href="https://redirect.github.com/rack/rack/issues/2310">#2310</a>, [<a href="https://github.com/jeremyevans"><code class="notranslate">@jeremyevans</code></a>])</li>
<li>Add <code class="notranslate">nil</code> as a valid return from a Response <code class="notranslate">body.to_path</code> (<a href="https://redirect.github.com/rack/rack/pull/2318">#2318</a>, [<a href="https://github.com/MSP-Greg"><code class="notranslate">@MSP-Greg</code></a>])</li>
</ul>
<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>
<li>Avoid unnecessary calls to the <code class="notranslate">ip_filter</code> lambda to evaluate <code class="notranslate">Request#ip</code> (<a href="https://redirect.github.com/rack/rack/pull/2287">#2287</a>, [<a href="https://github.com/willbryant"><code class="notranslate">@willbryant</code></a>])</li>
<li>Only calculate <code class="notranslate">Request#ip</code> once per request (<a href="https://redirect.github.com/rack/rack/pull/2292">#2292</a>, [<a href="https://github.com/willbryant"><code class="notranslate">@willbryant</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>
<li>Support for <code class="notranslate">CGI::Cookie</code> has been removed. (<a href="https://redirect.github.com/rack/rack/pull/2332">#2332</a>, [<a href="https://github.com/ioquatix"><code class="notranslate">@ioquatix</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>
<li>Fix <code class="notranslate">NoMethodError</code> in <code class="notranslate">Rack::Request#wrap_ipv6</code> when <code class="notranslate">x-forwarded-host</code> is empty. (<a href="https://redirect.github.com/rack/rack/pull/2270">#2270</a>, <a href="https://github.com/oieioi"><code class="notranslate">@oieioi</code></a>)</li>
<li>Fix the specification for <code class="notranslate">SERVER_PORT</code> which was incorrectly documented as required to be an <code class="notranslate">Integer</code> if present - it must be a <code class="notranslate">String</code> containing digits only. (<a href="https://redirect.github.com/rack/rack/pull/2296">#2296</a>, [<a href="https://github.com/ioquatix"><code class="notranslate">@ioquatix</code></a>])</li>
<li><code class="notranslate">SERVER_NAME</code> and <code class="notranslate">HTTP_HOST</code> are now more strictly validated according to the relevant specifications. (<a href="https://redirect.github.com/rack/rack/pull/2298">#2298</a>, [<a href="https://github.com/ioquatix"><code class="notranslate">@ioquatix</code></a>])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul dir="auto">
<li><a href="https://github.com/rack/rack/commit/df2f3f2804373acafc429ed9f0770847a9c6b226"><code class="notranslate">df2f3f2</code></a> Bump patch version.</li>
<li><a href="https://github.com/rack/rack/commit/aed514df37e33907df3c971ed3ca9a0a20ac2901"><code class="notranslate">aed514d</code></a> Fix ReDoS and consistency in multipart regexes</li>
<li><a href="https://github.com/rack/rack/commit/352650a65cc2027191aaaa1b93a302542ceeb638"><code class="notranslate">352650a</code></a> Synchronize changelog.</li>
<li>See full diff in <a href="https://github.com/rack/rack/compare/v3.1.15...v3.1.16">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/39c042a1a768e2d5ae99c4011724c2a2f3c5e45d55ae0a40f4f131c02158bbdf/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d7261636b267061636b6167652d6d616e616765723d62756e646c65722670726576696f75732d76657273696f6e3d332e312e3135266e65772d76657273696f6e3d332e312e3136" alt="Dependabot compatibility score" data-canonical-src="https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rack&package-manager=bundler&previous-version=3.1.15&new-version=3.1.16" 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/6088'>https://github.com/openstreetmap/openstreetmap-website/pull/6088</a></p>
<h4>Commit Summary</h4>
<ul>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/6088/commits/7cbdc1b1e118a68c65c1f1cf8d9a59e940e4e7d8" class="commit-link">7cbdc1b</a> Bump rack from 3.1.15 to 3.1.16</li>
</ul>
<h4 style="display: inline-block">File Changes </h4> <p style="display: inline-block">(<a href="https://github.com/openstreetmap/openstreetmap-website/pull/6088/files">1 file</a>)</p>
<ul>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/6088/files#diff-89cade48462044ee1b672dc5f4c3ec250fbd29effcd8932096a23c1283c6731f">Gemfile.lock</a>
(2)
</li>
</ul>
<h4>Patch Links:</h4>
<ul>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/6088.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/6088.patch</a></li>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/6088.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/6088.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/6088">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLJZBG3I7KXT4CK6TBD3B7JKFAVCNFSM6AAAAAB6UMZV5CVHI2DSMVQWIX3LMV43ASLTON2WKOZTGEYTSOJRGE2TCMY">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLNDKDJKEJZKMLI7LTL3B7JKFA5CNFSM6AAAAAB6UMZV5CWGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHLT5QSLE.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/6088</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/6088",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/6088",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>