- 
                Notifications
    You must be signed in to change notification settings 
- Fork 12
Commit 327e513
authored
chore(deps): Bump puma from 7.0.4 to 7.1.0 in /sites/site-with-errors (#33)
Bumps [puma](https://github.com/puma/puma) from 7.0.4 to 7.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>v7.1.0</h2>
<h2>7.1.0 / 2025-10-16 - Neon Witch</h2>
<p><img
src="https://github.com/user-attachments/assets/6f013211-35fb-46ce-84d8-00794e020294"
alt="neon_witch" /></p>
<ul>
<li>
<p>Features</p>
<ul>
<li>Introduce <code>after_worker_shutdown</code> hook (<a
href="https://redirect.github.com/puma/puma/issues/3707">#3707</a>)</li>
<li>Reintroduce keepalive "fast inline" behavior. Provides
faster (8x on JRuby & 1.4x on Ruby) pipeline processing (<a
href="https://redirect.github.com/puma/puma/issues/3794">#3794</a>)</li>
</ul>
</li>
<li>
<p>Bugfixes</p>
<ul>
<li>Skip reading zero bytes when request body is buffered (<a
href="https://redirect.github.com/puma/puma/issues/3795">#3795</a>)</li>
<li>Fix <code>PUMA_LOG_CONFIG=1</code> logging twice with prune_bundler
enabled (<a
href="https://redirect.github.com/puma/puma/issues/3778">#3778</a>)</li>
<li>Fix prune_bundler not showing in <code>PUMA_LOG_CONFIG=1</code>
output (<a
href="https://redirect.github.com/puma/puma/issues/3779">#3779</a>)</li>
<li>Guard ThreadPool method call, which may be nil during shutdown (<a
href="https://redirect.github.com/puma/puma/issues/3791">#3791</a>, <a
href="https://redirect.github.com/puma/puma/issues/3790">#3790</a>)</li>
<li>Set <code>Thread.current.puma_server</code> in Thread init code, not
every request (<a
href="https://redirect.github.com/puma/puma/issues/3774">#3774</a>)</li>
<li>Fix race condition while deleting pidfile (<a
href="https://redirect.github.com/puma/puma/issues/3657">#3657</a>)</li>
</ul>
</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/nerdrew"><code>@nerdrew</code></a> made
their first contribution in <a
href="https://redirect.github.com/puma/puma/pull/3707">puma/puma#3707</a></li>
<li><a href="https://github.com/mopp"><code>@mopp</code></a> made their
first contribution in <a
href="https://redirect.github.com/puma/puma/pull/3783">puma/puma#3783</a></li>
<li><a href="https://github.com/marksmith"><code>@marksmith</code></a>
made their first contribution in <a
href="https://redirect.github.com/puma/puma/pull/3657">puma/puma#3657</a></li>
<li><a href="https://github.com/Nymuxyzo"><code>@Nymuxyzo</code></a>
made their first contribution in <a
href="https://redirect.github.com/puma/puma/pull/3762">puma/puma#3762</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/puma/puma/compare/v7.0.4...v7.1.0">https://github.com/puma/puma/compare/v7.0.4...v7.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/puma/puma/blob/main/History.md">puma's
changelog</a>.</em></p>
<blockquote>
<h2>7.1.0 / 2025-10-16</h2>
<ul>
<li>
<p>Features</p>
<ul>
<li>Introduce <code>after_worker_shutdown</code> hook (<a
href="https://redirect.github.com/puma/puma/issues/3707">#3707</a>)</li>
<li>Reintroduce keepalive "fast inline" behavior. Provides
faster (8x on JRuby & 1.4x on Ruby) pipeline processing (<a
href="https://redirect.github.com/puma/puma/issues/3794">#3794</a>)</li>
</ul>
</li>
<li>
<p>Bugfixes</p>
<ul>
<li>Skip reading zero bytes when request body is buffered (<a
href="https://redirect.github.com/puma/puma/issues/3795">#3795</a>)</li>
<li>Fix <code>PUMA_LOG_CONFIG=1</code> logging twice with prune_bundler
enabled (<a
href="https://redirect.github.com/puma/puma/issues/3778">#3778</a>)</li>
<li>Fix prune_bundler not showing in <code>PUMA_LOG_CONFIG=1</code>
output (<a
href="https://redirect.github.com/puma/puma/issues/3779">#3779</a>)</li>
<li>Guard ThreadPool method call, which may be nil during shutdown (<a
href="https://redirect.github.com/puma/puma/issues/3791">#3791</a>, <a
href="https://redirect.github.com/puma/puma/issues/3790">#3790</a>)</li>
<li>Set <code>Thread.current.puma_server</code> in Thread init code, not
every request (<a
href="https://redirect.github.com/puma/puma/issues/3774">#3774</a>)</li>
<li>Fix race condition while deleting pidfile (<a
href="https://redirect.github.com/puma/puma/issues/3657">#3657</a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/puma/puma/commit/fb2a0733e938c8786e033f22dc5bf66727dddb3a"><code>fb2a073</code></a>
v7.1.0 (<a
href="https://redirect.github.com/puma/puma/issues/3797">#3797</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/4edb9e9b16835aa24bd037a88dad4d34a76952e4"><code>4edb9e9</code></a>
<code>client.rb</code> - <code>read_body</code> - cleanup last lines of
method (<a
href="https://redirect.github.com/puma/puma/issues/3798">#3798</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/84a568ab1c4d0c5cd0d29a167f5facba9699a35c"><code>84a568a</code></a>
Update wait_for_less_busy_worker docs (<a
href="https://redirect.github.com/puma/puma/issues/3757">#3757</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/e59a6049c3fc08ac2bd906a10d199bdf3949eb04"><code>e59a604</code></a>
Initialize only essential <code>Launcher</code> state before
<code>prune_bundler</code> restart (<a
href="https://redirect.github.com/puma/puma/issues/3">#3</a>...</li>
<li><a
href="https://github.com/puma/puma/commit/6844de7c4f2503751bad5e9c141de2bdb067f452"><code>6844de7</code></a>
client.rb - Skip reading zero bytes when request body is buffered (<a
href="https://redirect.github.com/puma/puma/issues/3795">#3795</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/1d3d6b792cdc870171d27cafbd0b7ceaf5e2dfb7"><code>1d3d6b7</code></a>
Set <code>Thread.current.puma_server</code> in Thread init code, not
every request (<a
href="https://redirect.github.com/puma/puma/issues/3774">#3774</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/9b34cde2c5ddf7fd65bfd5f8aea811659226662e"><code>9b34cde</code></a>
Adding syntax highlighting in k8s docs (<a
href="https://redirect.github.com/puma/puma/issues/3782">#3782</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/a2bd2f63476a719faa02eacac94b274d0cee1f6d"><code>a2bd2f6</code></a>
Add <code>prune_bundler</code> to <code>Configuration::DEFAULTS</code>
(<a
href="https://redirect.github.com/puma/puma/issues/3779">#3779</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/d7a0854a39bbb3f06f12c4a180e42ee6d36f7985"><code>d7a0854</code></a>
ci: Update hey benchmark files, minor fixes and formatting (<a
href="https://redirect.github.com/puma/puma/issues/3796">#3796</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/ff08099b1fc702093261a90e92da09feb577c683"><code>ff08099</code></a>
ci: Update Update test/rackup/sleep_fibonacci.ru, add test script (<a
href="https://redirect.github.com/puma/puma/issues/3793">#3793</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/puma/puma/compare/v7.0.4...v7.1.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>File tree
Expand file treeCollapse file tree
2 files changed
+3
-3
lines changedOpen diff view settings
Filter options
- sites/site-with-errors
Expand file treeCollapse file tree
2 files changed
+3
-3
lines changedOpen diff view settings
Collapse file
sites/site-with-errors/Gemfile
Copy file name to clipboardExpand all lines: sites/site-with-errors/Gemfile+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 34 | 34 |  | |
| 35 | 35 |  | |
| 36 | 36 |  | |
| 37 |  | - | |
|  | 37 | + | |
Collapse file
sites/site-with-errors/Gemfile.lock
Copy file name to clipboardExpand all lines: sites/site-with-errors/Gemfile.lock+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 99 | 99 |  | |
| 100 | 100 |  | |
| 101 | 101 |  | |
| 102 |  | - | |
|  | 102 | + | |
| 103 | 103 |  | |
| 104 | 104 |  | |
| 105 | 105 |  | |
|  | |||
| 171 | 171 |  | |
| 172 | 172 |  | |
| 173 | 173 |  | |
| 174 |  | - | |
|  | 174 | + | |
| 175 | 175 |  | |
| 176 | 176 |  | |
| 177 | 177 |  | |
|  | |||
0 commit comments