Skip to content

Commit 263eafb

Browse files
authored
chore(deps): bump puma from 7.0.0 to 7.0.2 (#1082)
Bumps [puma](https://github.com/puma/puma) from 7.0.0 to 7.0.2. <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.0.1</h2> <h2>What's Changed</h2> <ul> <li>Add backward compatibility aliases for Events class methods by <a href="https://github.com/tannakartikey"><code>@​tannakartikey</code></a> in <a href="https://redirect.github.com/puma/puma/pull/3725">puma/puma#3725</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/puma/puma/compare/v7.0.0...v7.0.1">https://github.com/puma/puma/compare/v7.0.0...v7.0.1</a></p> </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>7.0.2 / 2025-09-08</h2> <ul> <li>Bugfixes <ul> <li>bug: control_cli.rb - Fixup <code>pumactl</code> code to load puma.rb for <code>deprecate_method_change</code> (<a href="https://redirect.github.com/puma/puma/issues/3736">#3736</a>, <a href="https://redirect.github.com/puma/puma/issues/3734">#3734</a>)</li> <li>Replace sleep spin lock with condition variable (<a href="https://redirect.github.com/puma/puma/issues/3729">#3729</a>)</li> <li>Fix Puma not booting if queue_requests disabled (<a href="https://redirect.github.com/puma/puma/issues/3731">#3731</a>)</li> </ul> </li> </ul> <h2>7.0.1 / 2025-09-06</h2> <ul> <li>Bugfixes <ul> <li>Add backward compatibility aliases for Events class methods (<a href="https://redirect.github.com/puma/puma/issues/3725">#3725</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/puma/puma/commit/6c4decd0954ad2fa3c8a04738856656bdc957913"><code>6c4decd</code></a> v7.0.2 (<a href="https://redirect.github.com/puma/puma/issues/3738">#3738</a>)</li> <li><a href="https://github.com/puma/puma/commit/8aec32b47f3f972c9242f0f2956ccd9e36796b6c"><code>8aec32b</code></a> bug: control_cli.rb - Fixup <code>pumactl</code> code to load puma.rb for `deprecate_met...</li> <li><a href="https://github.com/puma/puma/commit/675d9427d8ffd1f00f8dd64ff483bfbd9567008d"><code>675d942</code></a> Replace<code> sleep 0.001 while out_of_band_running</code> with condition variable (<a href="https://redirect.github.com/puma/puma/issues/3729">#3729</a>)</li> <li><a href="https://github.com/puma/puma/commit/7fca3f4d582d11576f90b7cff1b9a491e67971e8"><code>7fca3f4</code></a> Build(deps): Bump actions/github-script from 7 to 8 (<a href="https://redirect.github.com/puma/puma/issues/3735">#3735</a>)</li> <li><a href="https://github.com/puma/puma/commit/55b47c196ab98f78108409e22b995d43f553a8b0"><code>55b47c1</code></a> ci: setup-ruby - add a 'cache-version' so Bundler caches aren't mixed up (<a href="https://redirect.github.com/puma/puma/issues/3726">#3726</a>)</li> <li><a href="https://github.com/puma/puma/commit/785a3b0ac0149dd32cd6b281ff67255f018f3ce0"><code>785a3b0</code></a> Optimize Puma::Request#default_server_port (<a href="https://redirect.github.com/puma/puma/issues/3732">#3732</a>)</li> <li><a href="https://github.com/puma/puma/commit/7c947a2aa9362c491fe7c38970457aae19b960a1"><code>7c947a2</code></a> Fix Puma not booting if queue_requests disabled (<a href="https://redirect.github.com/puma/puma/issues/3731">#3731</a>)</li> <li><a href="https://github.com/puma/puma/commit/ded6a4af98a0d0d066f33396cda5578b71972d78"><code>ded6a4a</code></a> 7.0.1 (<a href="https://redirect.github.com/puma/puma/issues/3728">#3728</a>)</li> <li><a href="https://github.com/puma/puma/commit/e3754929f4ff3f37dfa35b66d1973a78ad8941d4"><code>e375492</code></a> Add backward compatibility aliases for Events class methods (<a href="https://redirect.github.com/puma/puma/issues/3725">#3725</a>)</li> <li><a href="https://github.com/puma/puma/commit/279cfe853f4e398aa298b50d982278f25284b863"><code>279cfe8</code></a> Remove <a href="https://redirect.github.com/puma/puma/issues/3716">#3716</a> from changelog (<a href="https://redirect.github.com/puma/puma/issues/3727">#3727</a>)</li> <li>See full diff in <a href="https://github.com/puma/puma/compare/v7.0.0...v7.0.2">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.0&new-version=7.0.2)](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 1f46e6e + 9a4608c commit 263eafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ GEM
527527
i18n (>= 0.5.0)
528528
railties (>= 6.1.0)
529529
public_suffix (6.0.1)
530-
puma (7.0.0)
530+
puma (7.0.2)
531531
nio4r (~> 2.0)
532532
pundit (2.5.0)
533533
activesupport (>= 3.0.0)

0 commit comments

Comments
 (0)