<p>Bumps <a href="https://github.com/puma/puma">puma</a> from 5.0.4 to 5.1.0.</p>
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/puma/puma/releases">puma's releases</a>.</em></p>
<blockquote>
<h2>5.1.0 / 2020-11-30</h2>
<ul>
<li>
<p>Features</p>
<ul>
<li>Phased restart availability is now always logged, even if it is not available.</li>
<li>Prints the loaded configuration if the environment variable <code>PUMA_LOG_CONFIG</code> is present (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2472" rel="nofollow">#2472</a>)</li>
<li>Integrate with systemd's watchdog and notification features (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2438" rel="nofollow">#2438</a>)</li>
<li>Adds max_fast_inline as a configuration option for the Server object (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2406" rel="nofollow">#2406</a>)</li>
<li>You can now fork workers from worker 0 using SIGURG w/o fork_worker enabled <a href="https://github-redirect.dependabot.com/puma/puma/issues/2449" rel="nofollow">#2449</a></li>
<li>Add option to bind to systemd activated sockets (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2362" rel="nofollow">#2362</a>)</li>
<li>Add compile option to change the <code>QUERY_STRING</code> max length (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2485" rel="nofollow">#2485</a>)</li>
</ul>
</li>
<li>
<p>Bugfixes</p>
<ul>
<li>Fix JRuby handling in Puma::DSL#ssl_bind (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2489" rel="nofollow">#2489</a>)</li>
<li>control_cli.rb - all normal output should be to <a href="https://github.com/stdout">@stdout</a> (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2487" rel="nofollow">#2487</a>)</li>
<li>Catch 'Error in reactor loop escaped: mode not supported for this object: r' (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2477" rel="nofollow">#2477</a>)</li>
<li>Ignore Rails' reaper thread (and any thread marked forksafe) for warning (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2475" rel="nofollow">#2475</a>)</li>
<li>Ignore illegal (by Rack spec) response header (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2439" rel="nofollow">#2439</a>)</li>
<li>Close idle connections immediately on shutdown (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2460" rel="nofollow">#2460</a>)</li>
<li>Fix some instances of phased restart errors related to the <code>json</code> gem (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2473" rel="nofollow">#2473</a>)</li>
<li>Remove use of <code>json</code> gem to fix phased restart errors (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2479" rel="nofollow">#2479</a>)</li>
<li>Fix grouping regexp of ILLEGAL_HEADER_KEY_REGEX (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2495" rel="nofollow">#2495</a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/puma/puma/blob/master/History.md">puma's changelog</a>.</em></p>
<blockquote>
<h2>5.1.0 / 2020-11-30</h2>
<ul>
<li>
<p>Features</p>
<ul>
<li>Phased restart availability is now always logged, even if it is not available.</li>
<li>Prints the loaded configuration if the environment variable <code>PUMA_LOG_CONFIG</code> is present (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2472" rel="nofollow">#2472</a>)</li>
<li>Integrate with systemd's watchdog and notification features (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2438" rel="nofollow">#2438</a>)</li>
<li>Adds max_fast_inline as a configuration option for the Server object (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2406" rel="nofollow">#2406</a>)</li>
<li>You can now fork workers from worker 0 using SIGURG w/o fork_worker enabled <a href="https://github-redirect.dependabot.com/puma/puma/issues/2449" rel="nofollow">#2449</a></li>
<li>Add option to bind to systemd activated sockets (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2362" rel="nofollow">#2362</a>)</li>
<li>Add compile option to change the <code>QUERY_STRING</code> max length (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2485" rel="nofollow">#2485</a>)</li>
</ul>
</li>
<li>
<p>Bugfixes</p>
<ul>
<li>Fix JRuby handling in Puma::DSL#ssl_bind (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2489" rel="nofollow">#2489</a>)</li>
<li>control_cli.rb - all normal output should be to <a href="https://github.com/stdout">@stdout</a> (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2487" rel="nofollow">#2487</a>)</li>
<li>Catch 'Error in reactor loop escaped: mode not supported for this object: r' (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2477" rel="nofollow">#2477</a>)</li>
<li>Ignore Rails' reaper thread (and any thread marked forksafe) for warning (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2475" rel="nofollow">#2475</a>)</li>
<li>Ignore illegal (by Rack spec) response header (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2439" rel="nofollow">#2439</a>)</li>
<li>Close idle connections immediately on shutdown (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2460" rel="nofollow">#2460</a>)</li>
<li>Fix some instances of phased restart errors related to the <code>json</code> gem (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2473" rel="nofollow">#2473</a>)</li>
<li>Remove use of <code>json</code> gem to fix phased restart errors (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2479" rel="nofollow">#2479</a>)</li>
<li>Fix grouping regexp of ILLEGAL_HEADER_KEY_REGEX (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2495" rel="nofollow">#2495</a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/puma/puma/commit/c389c088e509a78abaaf166e34a82e6d3fa218aa"><code>c389c08</code></a> 5.1.0 - Update history links</li>
<li><a href="https://github.com/puma/puma/commit/e10812deacaaf79127a22869f0030e5588d40acb"><code>e10812d</code></a> Finalize HISTORY for 5.1 [ci skip]</li>
<li><a href="https://github.com/puma/puma/commit/267ff48f62cd5d0098cfda9b078308a8ec9c78e4"><code>267ff48</code></a> Fix getting worker pids in test</li>
<li><a href="https://github.com/puma/puma/commit/ba2ffbc9a802a00284bc706e1827def21cd046f3"><code>ba2ffbc</code></a> Add 4.3.7 release note</li>
<li><a href="https://github.com/puma/puma/commit/b686d7d5141769dc7d539ec43724c5a4b725ab01"><code>b686d7d</code></a> Log phased restart availability always. Close <a href="https://github-redirect.dependabot.com/puma/puma/issues/2483" rel="nofollow">#2483</a></li>
<li><a href="https://github.com/puma/puma/commit/f13d02cb74a08c76d467c593f5232ad7381432e5"><code>f13d02c</code></a> Capitalize PID in log output</li>
<li><a href="https://github.com/puma/puma/commit/ee3341d6708d8cc729417cb9d749ec4af0d5b6f0"><code>ee3341d</code></a> Cleanup output further, visual changes</li>
<li><a href="https://github.com/puma/puma/commit/7188ec8571c6b4d882cc2dfeb61dffda2da213d0"><code>7188ec8</code></a> Merge branch 'pid-control-thread' of git://github.com/MSP-Greg/puma into MSP-...</li>
<li><a href="https://github.com/puma/puma/commit/7e8b29e4b984d4bbb3a7abe078a4a3ccb68f167d"><code>7e8b29e</code></a> Fix regex warnings in const.rb & test_launcher.rb (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2498" rel="nofollow">#2498</a>)</li>
<li><a href="https://github.com/puma/puma/commit/06647e21871d8ee1cadefe551b706d26bd08812e"><code>06647e2</code></a> extconf.rb - fixup for 1.1.1 change from 1.1.0 (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2499" rel="nofollow">#2499</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/puma/puma/compare/v5.0.4...v5.1.0">compare view</a></li>
</ul>
</details>
<br>
<p><a href="https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates"><img src="https://camo.githubusercontent.com/1fce4cb36acc8186e51b55970973a1208a8c1b5141815ba020ff0a1ff8da77d6/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d70756d61267061636b6167652d6d616e616765723d62756e646c65722670726576696f75732d76657273696f6e3d352e302e34266e65772d76657273696f6e3d352e312e30" alt="Dependabot compatibility score" data-canonical-src="https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=puma&package-manager=bundler&previous-version=5.0.4&new-version=5.1.0" style="max-width:100%;"></a></p>
<p>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>@dependabot rebase</code>.</p>
<hr>
<details>
<summary>Dependabot commands and options</summary>
<br>
<p>You can trigger Dependabot actions by commenting on this PR:</p>
<ul>
<li><code>@dependabot rebase</code> will rebase this PR</li>
<li><code>@dependabot recreate</code> will recreate this PR, overwriting any edits that have been made to it</li>
<li><code>@dependabot merge</code> will merge this PR after your CI passes on it</li>
<li><code>@dependabot squash and merge</code> will squash and merge this PR after your CI passes on it</li>
<li><code>@dependabot cancel merge</code> will cancel a previously requested merge and block automerging</li>
<li><code>@dependabot reopen</code> will reopen this PR if it is closed</li>
<li><code>@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>@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>@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>@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)</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/2988'>https://github.com/openstreetmap/openstreetmap-website/pull/2988</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Bump puma from 5.0.4 to 5.1.0</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2988/files#diff-89cade48462044ee1b672dc5f4c3ec250fbd29effcd8932096a23c1283c6731f">Gemfile.lock</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2988.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/2988.patch</a></li>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2988.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/2988.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2988">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLL6FFDZQL6Y4TLOUJDSSR2BVANCNFSM4UIP3KHA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAK2OLPMGSMBIHG7OI62RD3SSR2BVA5CNFSM4UIP3KHKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4LHRI7TQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/2988",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/2988",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>