<p dir="auto">Bumps <a href="https://github.com/ruby/webrick">webrick</a> from 1.8.1 to 1.8.2.</p>
<details>
<summary>Release notes</summary>
<p dir="auto"><em>Sourced from <a href="https://github.com/ruby/webrick/releases">webrick's releases</a>.</em></p>
<blockquote>
<h2 dir="auto">v1.8.2</h2>
<h2 dir="auto">What's Changed</h2>
<ul dir="auto">
<li>Drop commented-out line by <a href="https://github.com/olleolleolle"><code class="notranslate">@​olleolleolle</code></a> in <a href="https://redirect.github.com/ruby/webrick/pull/108">ruby/webrick#108</a></li>
<li>Add Ruby 3.1 & 3.2 to CI matrix by <a href="https://github.com/tricknotes"><code class="notranslate">@​tricknotes</code></a> in <a href="https://redirect.github.com/ruby/webrick/pull/109">ruby/webrick#109</a></li>
<li>Fix/redos by <a href="https://github.com/ooooooo-q"><code class="notranslate">@​ooooooo-q</code></a> in <a href="https://redirect.github.com/ruby/webrick/pull/114">ruby/webrick#114</a></li>
<li>Raise HTTPStatus::BadRequest for requests with invalid/duplicate content-length headers by <a href="https://github.com/jeremyevans"><code class="notranslate">@​jeremyevans</code></a> in <a href="https://redirect.github.com/ruby/webrick/pull/120">ruby/webrick#120</a></li>
<li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code class="notranslate">@​dependabot</code></a> in <a href="https://redirect.github.com/ruby/webrick/pull/121">ruby/webrick#121</a></li>
<li>Improve CI by <a href="https://github.com/hsbt"><code class="notranslate">@​hsbt</code></a> in <a href="https://redirect.github.com/ruby/webrick/pull/123">ruby/webrick#123</a></li>
<li>Fix WEBrick::TestFileHandler#test_short_filename test not working on mswin by <a href="https://github.com/KJTsanaktsidis"><code class="notranslate">@​KJTsanaktsidis</code></a> in <a href="https://redirect.github.com/ruby/webrick/pull/128">ruby/webrick#128</a></li>
<li>Fix bug chunk extension detection by <a href="https://github.com/jeremyevans"><code class="notranslate">@​jeremyevans</code></a> in <a href="https://redirect.github.com/ruby/webrick/pull/125">ruby/webrick#125</a></li>
<li>Fix CI. by <a href="https://github.com/ioquatix"><code class="notranslate">@​ioquatix</code></a> in <a href="https://redirect.github.com/ruby/webrick/pull/131">ruby/webrick#131</a></li>
<li>Merge multiple cookie headers, preserving semantic correctness. by <a href="https://github.com/ioquatix"><code class="notranslate">@​ioquatix</code></a> in <a href="https://redirect.github.com/ruby/webrick/pull/130">ruby/webrick#130</a></li>
<li>Test on macos-latest by <a href="https://github.com/byroot"><code class="notranslate">@​byroot</code></a> in <a href="https://redirect.github.com/ruby/webrick/pull/132">ruby/webrick#132</a></li>
<li>Require CRLF line endings in request line and headers by <a href="https://github.com/jeremyevans"><code class="notranslate">@​jeremyevans</code></a> in <a href="https://redirect.github.com/ruby/webrick/pull/138">ruby/webrick#138</a></li>
<li>Prefer squigly heredocs. by <a href="https://github.com/ioquatix"><code class="notranslate">@​ioquatix</code></a> in <a href="https://redirect.github.com/ruby/webrick/pull/143">ruby/webrick#143</a></li>
<li>Only strip space and horizontal tab in headers by <a href="https://github.com/jeremyevans"><code class="notranslate">@​jeremyevans</code></a> in <a href="https://redirect.github.com/ruby/webrick/pull/141">ruby/webrick#141</a></li>
<li>Treat missing CRLF separator after headers as an EOFError by <a href="https://github.com/jeremyevans"><code class="notranslate">@​jeremyevans</code></a> in <a href="https://redirect.github.com/ruby/webrick/pull/142">ruby/webrick#142</a></li>
<li>Return 400 response for chunked requests with unexpected data after chunk by <a href="https://github.com/jeremyevans"><code class="notranslate">@​jeremyevans</code></a> in <a href="https://redirect.github.com/ruby/webrick/pull/136">ruby/webrick#136</a></li>
<li>Fix reference to URI::REGEXP::PATTERN::HOST by <a href="https://github.com/casperisfine"><code class="notranslate">@​casperisfine</code></a> in <a href="https://redirect.github.com/ruby/webrick/pull/144">ruby/webrick#144</a></li>
<li>Prevent request smuggling by <a href="https://github.com/jeremyevans"><code class="notranslate">@​jeremyevans</code></a> in <a href="https://redirect.github.com/ruby/webrick/pull/146">ruby/webrick#146</a></li>
</ul>
<h2 dir="auto">New Contributors</h2>
<ul dir="auto">
<li><a href="https://github.com/tricknotes"><code class="notranslate">@​tricknotes</code></a> made their first contribution in <a href="https://redirect.github.com/ruby/webrick/pull/109">ruby/webrick#109</a></li>
<li><a href="https://github.com/ooooooo-q"><code class="notranslate">@​ooooooo-q</code></a> made their first contribution in <a href="https://redirect.github.com/ruby/webrick/pull/114">ruby/webrick#114</a></li>
<li><a href="https://github.com/KJTsanaktsidis"><code class="notranslate">@​KJTsanaktsidis</code></a> made their first contribution in <a href="https://redirect.github.com/ruby/webrick/pull/128">ruby/webrick#128</a></li>
<li><a href="https://github.com/byroot"><code class="notranslate">@​byroot</code></a> made their first contribution in <a href="https://redirect.github.com/ruby/webrick/pull/132">ruby/webrick#132</a></li>
<li><a href="https://github.com/casperisfine"><code class="notranslate">@​casperisfine</code></a> made their first contribution in <a href="https://redirect.github.com/ruby/webrick/pull/144">ruby/webrick#144</a></li>
</ul>
<p dir="auto"><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/ruby/webrick/compare/v1.8.1...v1.8.2">ruby/webrick@<tt>v1.8.1...v1.8.2</tt></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul dir="auto">
<li><a href="https://github.com/ruby/webrick/commit/0fb9de6788a3ba5fe903e63d778a0fb8c1dce786"><code class="notranslate">0fb9de6</code></a> Bump up v1.8.2</li>
<li><a href="https://github.com/ruby/webrick/commit/b9a4c81ea94dec02a750c6b34092c55234519bf1"><code class="notranslate">b9a4c81</code></a> Removed trailing spaces</li>
<li><a href="https://github.com/ruby/webrick/commit/f5faca9222541591e1a7c3c97552ebb0c92733c7"><code class="notranslate">f5faca9</code></a> Prevent request smuggling</li>
<li><a href="https://github.com/ruby/webrick/commit/0c600e169bd4ae267cb5eeb6197277c848323bbe"><code class="notranslate">0c600e1</code></a> Fix reference to URI::REGEXP::PATTERN::HOST</li>
<li><a href="https://github.com/ruby/webrick/commit/15a93914782789520837c334e0c302702aec34e2"><code class="notranslate">15a9391</code></a> Return 400 response for chunked requests with unexpected data after chunk</li>
<li><a href="https://github.com/ruby/webrick/commit/2b38d5614e876d313fe981e87c4e35b91556d226"><code class="notranslate">2b38d56</code></a> Treat missing CRLF separator after headers as an EOFError</li>
<li><a href="https://github.com/ruby/webrick/commit/e4efb4a2300540f14f93c09c06bf0357ac1597dc"><code class="notranslate">e4efb4a</code></a> Remove unnecessary gsub calls in test_httprequest.rb</li>
<li><a href="https://github.com/ruby/webrick/commit/426e214532bb0be5e4ab8b3c9cef328432012d0d"><code class="notranslate">426e214</code></a> Only strip space and horizontal tab in headers</li>
<li><a href="https://github.com/ruby/webrick/commit/e72cb697836e2ff201a4a74c108fdca9d3d2d0ed"><code class="notranslate">e72cb69</code></a> Prefer squigly heredocs. (<a href="https://redirect.github.com/ruby/webrick/issues/143">#143</a>)</li>
<li><a href="https://github.com/ruby/webrick/commit/ee60354bcb84ec33b9245e1d1aa6e1f7e8132101"><code class="notranslate">ee60354</code></a> Require CRLF line endings in request line and headers</li>
<li>Additional commits viewable in <a href="https://github.com/ruby/webrick/compare/v1.8.1...v1.8.2">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/1c81d926e08aca912edded7cc9f8f1f58d4faa9272a301a4b107d9a643f2dc62/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d7765627269636b267061636b6167652d6d616e616765723d62756e646c65722670726576696f75732d76657273696f6e3d312e382e31266e65772d76657273696f6e3d312e382e32" alt="Dependabot compatibility score" data-canonical-src="https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webrick&package-manager=bundler&previous-version=1.8.1&new-version=1.8.2" 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/5237'>https://github.com/openstreetmap/openstreetmap-website/pull/5237</a></p>

<h4>Commit Summary</h4>
<ul>
  <li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/5237/commits/c9a36291601a60dee792ce8681bce65562e15cec" class="commit-link">c9a3629</a>  Bump webrick from 1.8.1 to 1.8.2</li>
</ul>

<h4 style="display: inline-block">File Changes </h4> <p style="display: inline-block">(<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5237/files">1 file</a>)</p>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/5237/files#diff-89cade48462044ee1b672dc5f4c3ec250fbd29effcd8932096a23c1283c6731f">Gemfile.lock</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/5237.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/5237.patch</a></li>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/5237.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/5237.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/5237">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLLEJGTTR62V6IRHSC3ZYGMQLAVCNFSM6AAAAABOYYQPNKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU2DKOJTHA4TSMI">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLN5BZRDGGNGXJFWXG3ZYGMQLA5CNFSM6AAAAABOYYQPNKWGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHJPP7SF4.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/5237</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/5237",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/5237",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>