Skip to content

Commit 327e513

Browse files
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 &quot;fast inline&quot; behavior. Provides faster (8x on JRuby &amp; 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 &quot;fast inline&quot; behavior. Provides faster (8x on JRuby &amp; 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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=puma&package-manager=bundler&previous-version=7.0.4&new-version=7.1.0)](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>
2 parents c8615ec + 0c07343 commit 327e513

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sites/site-with-errors/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
3434

3535
# Web server
3636
gem "rack", "~> 3.2"
37-
gem "puma", "~> 7.0"
37+
gem "puma", "~> 7.1"

sites/site-with-errors/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ GEM
9999
pathutil (0.16.2)
100100
forwardable-extended (~> 2.6)
101101
public_suffix (6.0.2)
102-
puma (7.0.4)
102+
puma (7.1.0)
103103
nio4r (~> 2.0)
104104
rack (3.2.3)
105105
rake (13.3.0)
@@ -171,7 +171,7 @@ DEPENDENCIES
171171
jekyll (~> 4.4.1)
172172
jekyll-feed (~> 0.12)
173173
minima (~> 2.5)
174-
puma (~> 7.0)
174+
puma (~> 7.1)
175175
rack (~> 3.2)
176176
tzinfo (>= 1, < 3)
177177
tzinfo-data

0 commit comments

Comments
 (0)