[openstreetmap/openstreetmap-website] Bump puma from 5.0.4 to 5.1.0 (#2988)

dependabot[bot] notifications at github.com
Tue Dec 1 05:01:14 UTC 2020


Bumps [puma](https://github.com/puma/puma) from 5.0.4 to 5.1.0.
<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">#2472</a>)</li>
<li>Integrate with systemd's watchdog and notification features (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2438">#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">#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">#2449</a></li>
<li>Add option to bind to systemd activated sockets (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2362">#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">#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">#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">#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">#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">#2475</a>)</li>
<li>Ignore illegal (by Rack spec) response header (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2439">#2439</a>)</li>
<li>Close idle connections immediately on shutdown (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2460">#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">#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">#2479</a>)</li>
<li>Fix grouping regexp of ILLEGAL_HEADER_KEY_REGEX (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2495">#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">#2472</a>)</li>
<li>Integrate with systemd's watchdog and notification features (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2438">#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">#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">#2449</a></li>
<li>Add option to bind to systemd activated sockets (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2362">#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">#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">#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">#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">#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">#2475</a>)</li>
<li>Ignore illegal (by Rack spec) response header (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2439">#2439</a>)</li>
<li>Close idle connections immediately on shutdown (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2460">#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">#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">#2479</a>)</li>
<li>Fix grouping regexp of ILLEGAL_HEADER_KEY_REGEX (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2495">#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">#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 &amp; test_launcher.rb (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2498">#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">#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 />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=puma&package-manager=bundler&previous-version=5.0.4&new-version=5.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)

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 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>
You can view, comment on, or merge this pull request online at:

  https://github.com/openstreetmap/openstreetmap-website/pull/2988

-- Commit Summary --

  * Bump puma from 5.0.4 to 5.1.0

-- File Changes --

    M Gemfile.lock (2)

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/2988.patch
https://github.com/openstreetmap/openstreetmap-website/pull/2988.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/2988
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20201130/194b9919/attachment-0001.htm>


More information about the rails-dev mailing list