Commit e534cae
authored
Build(deps): Bump puma from 6.6.0 to 6.6.1 (#915)
Bumps [puma](https://github.com/puma/puma) from 6.6.0 to 6.6.1.
<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>v6.6.1</h2>
<h2>6.6.1 / 2025-07-30</h2>
<ul>
<li>Bugfixes
<ul>
<li>Accept <code>to_path</code> to be <code>nil</code> on request bodies
(<a
href="https://redirect.github.com/puma/puma/issues/3635">#3635</a>)</li>
<li>Fix single runner stats before the server start (<a
href="https://redirect.github.com/puma/puma/issues/3572">#3572</a>)</li>
<li>Fix incomplete worker boot state on refork (<a
href="https://redirect.github.com/puma/puma/issues/3601">#3601</a>)</li>
<li>Improve HttpParserError messages for better debugging (<a
href="https://redirect.github.com/puma/puma/issues/3586">#3586</a>)</li>
<li>Fix refork logs to distinguish from phased restarts (<a
href="https://redirect.github.com/puma/puma/issues/3598">#3598</a>)</li>
<li>Fix <code>rack.after_reply</code> so it doesn't interrupt chain on
error (<a
href="https://redirect.github.com/puma/puma/issues/3680">#3680</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>6.6.1 / 2025-07-30</h2>
<ul>
<li>Bugfixes
<ul>
<li>Accept <code>to_path</code> to be <code>nil</code> on request bodies
(<a
href="https://redirect.github.com/puma/puma/issues/3635">#3635</a>)</li>
<li>Fix single runner stats before the server start (<a
href="https://redirect.github.com/puma/puma/issues/3572">#3572</a>)</li>
<li>Fix incomplete worker boot state on refork (<a
href="https://redirect.github.com/puma/puma/issues/3601">#3601</a>)</li>
<li>Improve HttpParserError messages for better debugging (<a
href="https://redirect.github.com/puma/puma/issues/3586">#3586</a>)</li>
<li>Fix refork logs to distinguish from phased restarts (<a
href="https://redirect.github.com/puma/puma/issues/3598">#3598</a>)</li>
<li>Fix <code>rack.after_reply</code> so it doesn't interrupt chain on
error (<a
href="https://redirect.github.com/puma/puma/issues/3680">#3680</a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/puma/puma/commit/5f93ae6e57596e412d2c92448b8a33fd3c05890b"><code>5f93ae6</code></a>
v6.6.1 (<a
href="https://redirect.github.com/puma/puma/issues/3679">#3679</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/c3884d182730433050212976ffb8c437cfa1f76c"><code>c3884d1</code></a>
<code>rack.after_reply</code> don't interrupt chain on error (<a
href="https://redirect.github.com/puma/puma/issues/3680">#3680</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/97c7d129a940c809fb379b3ecf314d39a18a332b"><code>97c7d12</code></a>
Fix variable typo: stategy > strategy (<a
href="https://redirect.github.com/puma/puma/issues/3669">#3669</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/231555c3d6437a6a132b9a61b47de142cdfe143b"><code>231555c</code></a>
CI: make <code>WEB_CONCURRENCY=auto</code> test pass on single core
systems (<a
href="https://redirect.github.com/puma/puma/issues/3665">#3665</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/3f90bc771c7623efc599151ff17e5a71954a5157"><code>3f90bc7</code></a>
Add '# frozen_string_literal: true' to all test files (<a
href="https://redirect.github.com/puma/puma/issues/3663">#3663</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/640efa510a0ab1bedc6c89c13956575f633b2430"><code>640efa5</code></a>
Address rubocop plugin warning (<a
href="https://redirect.github.com/puma/puma/issues/3661">#3661</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/0bf46dbfbe585a8c034009ce14cbdde7772cea97"><code>0bf46db</code></a>
ci: Fix Gemfiles for cgi removal in ruby head (<a
href="https://redirect.github.com/puma/puma/issues/3656">#3656</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/979b9b0325737e7c2f2d0e7b56b7e94a6331952c"><code>979b9b0</code></a>
bug: Accept <code>to_path</code> to be <code>nil</code> on request
bodies (<a
href="https://redirect.github.com/puma/puma/issues/3635">#3635</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/9c1f89fa40b9d31d0c80d8263fa1d220998a4f3e"><code>9c1f89f</code></a>
Link to official Ruby documentation (<a
href="https://redirect.github.com/puma/puma/issues/3653">#3653</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/4daa2134e02c3e2e9fb2bfd7fe01d7b6fe66ed03"><code>4daa213</code></a>
Update docs to show correct default value for worker_shutdown_timeout
(<a
href="https://redirect.github.com/puma/puma/issues/3652">#3652</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/puma/puma/compare/v6.6.0...v6.6.1">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>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
524 | 524 | | |
525 | 525 | | |
526 | 526 | | |
527 | | - | |
| 527 | + | |
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
| |||
0 commit comments