Skip to content

Commit 7b1ad39

Browse files
authored
chore(deps): Bump puma from 7.1.0 to 7.2.0 in /sites/site-with-errors in the bundler-minor-and-patch group across 1 directory (#132)
Bumps the bundler-minor-and-patch group with 1 update in the /sites/site-with-errors directory: [puma](https://github.com/puma/puma). Updates `puma` from 7.1.0 to 7.2.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.2.0</h2> <h2>7.2.0 On The Corner</h2> <!-- raw HTML omitted --> <ul> <li> <p>Features</p> <ul> <li>Add workers <code>:auto</code> (<a href="https://redirect.github.com/puma/puma/issues/3827">#3827</a>)</li> <li>Make it possible to restrict control server commands to stats (<a href="https://redirect.github.com/puma/puma/issues/3787">#3787</a>)</li> </ul> </li> <li> <p>Bugfixes</p> <ul> <li>Don't break if <code>WEB_CONCURRENCY</code> is set to a blank string (<a href="https://redirect.github.com/puma/puma/issues/3837">#3837</a>)</li> <li>Don't share server between worker 0 and descendants on refork (<a href="https://redirect.github.com/puma/puma/issues/3602">#3602</a>)</li> <li>Fix phase check race condition in <code>Puma::Cluster#check_workers</code> (<a href="https://redirect.github.com/puma/puma/issues/3690">#3690</a>)</li> <li>Fix advertising of CLI config before config files are loaded (<a href="https://redirect.github.com/puma/puma/issues/3823">#3823</a>)</li> </ul> </li> <li> <p>Performance</p> <ul> <li>17% faster HTTP parsing through pre-interning env keys (<a href="https://redirect.github.com/puma/puma/issues/3825">#3825</a>)</li> <li>Implement <code>dsize</code> and <code>dcompact</code> functions for <code>Puma::HttpParser</code>, which makes Puma's C-extension GC-compactible (<a href="https://redirect.github.com/puma/puma/issues/3828">#3828</a>)</li> </ul> </li> <li> <p>Refactor</p> <ul> <li>Remove <code>NoMethodError</code> rescue in <code>Reactor#select_loop</code> (<a href="https://redirect.github.com/puma/puma/issues/3831">#3831</a>)</li> <li>Various cleanups in the C extension (<a href="https://redirect.github.com/puma/puma/issues/3814">#3814</a>)</li> <li>Monomorphize <code>handle_request</code> return (<a href="https://redirect.github.com/puma/puma/issues/3802">#3802</a>)</li> </ul> </li> <li> <p>Docs</p> <ul> <li>Change link to <code>docs/deployment.md</code> in <code>README.md</code> (<a href="https://redirect.github.com/puma/puma/issues/3848">#3848</a>)</li> <li>Fix formatting for each signal description in signals.md (<a href="https://redirect.github.com/puma/puma/issues/3813">#3813</a>)</li> <li>Update deployment and Kubernetes docs with Puma configuration tips (<a href="https://redirect.github.com/puma/puma/issues/3807">#3807</a>)</li> <li>Rename master to main (<a href="https://redirect.github.com/puma/puma/issues/3809">#3809</a>, <a href="https://redirect.github.com/puma/puma/issues/3808">#3808</a>, <a href="https://redirect.github.com/puma/puma/issues/3800">#3800</a>)</li> <li>Fix some minor typos in the docs (<a href="https://redirect.github.com/puma/puma/issues/3804">#3804</a>)</li> <li>Add <code>GOVERNANCE.md</code>, <code>MAINTAINERS</code> (<a href="https://redirect.github.com/puma/puma/issues/3826">#3826</a>)</li> <li>Remove Code Climate badge (<a href="https://redirect.github.com/puma/puma/issues/3820">#3820</a>)</li> <li>Add <a href="https://github.com/joshuay03"><code>@​joshuay03</code></a> to the maintainer list</li> </ul> </li> <li> <p>CI</p> <ul> <li>Use Minitest 6 where applicable (<a href="https://redirect.github.com/puma/puma/issues/3859">#3859</a>)</li> <li>Many test suite improvements and flake fixes (<a href="https://redirect.github.com/puma/puma/issues/3861">#3861</a>, <a href="https://redirect.github.com/puma/puma/issues/3863">#3863</a>, <a href="https://redirect.github.com/puma/puma/issues/3860">#3860</a>, <a href="https://redirect.github.com/puma/puma/issues/3852">#3852</a>, <a href="https://redirect.github.com/puma/puma/issues/3857">#3857</a>, <a href="https://redirect.github.com/puma/puma/issues/3856">#3856</a>, <a href="https://redirect.github.com/puma/puma/issues/3845">#3845</a>, <a href="https://redirect.github.com/puma/puma/issues/3843">#3843</a>, <a href="https://redirect.github.com/puma/puma/issues/3842">#3842</a>, <a href="https://redirect.github.com/puma/puma/issues/3841">#3841</a>, <a href="https://redirect.github.com/puma/puma/issues/3822">#3822</a>, <a href="https://redirect.github.com/puma/puma/issues/3817">#3817</a>, <a href="https://redirect.github.com/puma/puma/issues/3764">#3764</a>)</li> </ul> </li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/moozzi"><code>@​moozzi</code></a> made their first contribution in <a href="https://redirect.github.com/puma/puma/pull/3848">puma/puma#3848</a></li> <li><a href="https://github.com/ybiquitous"><code>@​ybiquitous</code></a> made their first contribution in <a href="https://redirect.github.com/puma/puma/pull/3813">puma/puma#3813</a></li> <li><a href="https://github.com/jrafanie"><code>@​jrafanie</code></a> made their first contribution in <a href="https://redirect.github.com/puma/puma/pull/3804">puma/puma#3804</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/puma/puma/compare/v7.1.0...v7.2.0">https://github.com/puma/puma/compare/v7.1.0...v7.2.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.2.0 / 2026-01-20</h2> <ul> <li> <p>Features</p> <ul> <li>Add workers <code>:auto</code> (<a href="https://redirect.github.com/puma/puma/issues/3827">#3827</a>)</li> <li>Make it possible to restrict control server commands to stats (<a href="https://redirect.github.com/puma/puma/issues/3787">#3787</a>)</li> </ul> </li> <li> <p>Bugfixes</p> <ul> <li>Don't break if <code>WEB_CONCURRENCY</code> is set to a blank string (<a href="https://redirect.github.com/puma/puma/issues/3837">#3837</a>)</li> <li>Don't share server between worker 0 and descendants on refork (<a href="https://redirect.github.com/puma/puma/issues/3602">#3602</a>)</li> <li>Fix phase check race condition in <code>Puma::Cluster#check_workers</code> (<a href="https://redirect.github.com/puma/puma/issues/3690">#3690</a>)</li> <li>Fix advertising of CLI config before config files are loaded (<a href="https://redirect.github.com/puma/puma/issues/3823">#3823</a>)</li> </ul> </li> <li> <p>Performance</p> <ul> <li>17% faster HTTP parsing through pre-interning env keys (<a href="https://redirect.github.com/puma/puma/issues/3825">#3825</a>)</li> <li>Implement <code>dsize</code> and <code>dcompact</code> functions for <code>Puma::HttpParser</code>, which makes Puma's C-extension GC-compactible (<a href="https://redirect.github.com/puma/puma/issues/3828">#3828</a>)</li> </ul> </li> <li> <p>Refactor</p> <ul> <li>Remove <code>NoMethodError</code> rescue in <code>Reactor#select_loop</code> (<a href="https://redirect.github.com/puma/puma/issues/3831">#3831</a>)</li> <li>Various cleanups in the C extension (<a href="https://redirect.github.com/puma/puma/issues/3814">#3814</a>)</li> <li>Monomorphize <code>handle_request</code> return (<a href="https://redirect.github.com/puma/puma/issues/3802">#3802</a>)</li> </ul> </li> <li> <p>Docs</p> <ul> <li>Change link to <code>docs/deployment.md</code> in <code>README.md</code> (<a href="https://redirect.github.com/puma/puma/issues/3848">#3848</a>)</li> <li>Fix formatting for each signal description in signals.md (<a href="https://redirect.github.com/puma/puma/issues/3813">#3813</a>)</li> <li>Update deployment and Kubernetes docs with Puma configuration tips (<a href="https://redirect.github.com/puma/puma/issues/3807">#3807</a>)</li> <li>Rename master to main (<a href="https://redirect.github.com/puma/puma/issues/3809">#3809</a>, <a href="https://redirect.github.com/puma/puma/issues/3808">#3808</a>, <a href="https://redirect.github.com/puma/puma/issues/3800">#3800</a>)</li> <li>Fix some minor typos in the docs (<a href="https://redirect.github.com/puma/puma/issues/3804">#3804</a>)</li> <li>Add <code>GOVERNANCE.md</code>, <code>MAINTAINERS</code> (<a href="https://redirect.github.com/puma/puma/issues/3826">#3826</a>)</li> <li>Remove Code Climate badge (<a href="https://redirect.github.com/puma/puma/issues/3820">#3820</a>)</li> <li>Add <a href="https://github.com/joshuay03"><code>@​joshuay03</code></a> to the maintainer list</li> </ul> </li> <li> <p>CI</p> <ul> <li>Use Minitest 6 where applicable (<a href="https://redirect.github.com/puma/puma/issues/3859">#3859</a>)</li> <li>Many test suite improvements and flake fixes (<a href="https://redirect.github.com/puma/puma/issues/3861">#3861</a>, <a href="https://redirect.github.com/puma/puma/issues/3863">#3863</a>, <a href="https://redirect.github.com/puma/puma/issues/3860">#3860</a>, <a href="https://redirect.github.com/puma/puma/issues/3852">#3852</a>, <a href="https://redirect.github.com/puma/puma/issues/3857">#3857</a>, <a href="https://redirect.github.com/puma/puma/issues/3856">#3856</a>, <a href="https://redirect.github.com/puma/puma/issues/3845">#3845</a>, <a href="https://redirect.github.com/puma/puma/issues/3843">#3843</a>, <a href="https://redirect.github.com/puma/puma/issues/3842">#3842</a>, <a href="https://redirect.github.com/puma/puma/issues/3841">#3841</a>, <a href="https://redirect.github.com/puma/puma/issues/3822">#3822</a>, <a href="https://redirect.github.com/puma/puma/issues/3817">#3817</a>, <a href="https://redirect.github.com/puma/puma/issues/3764">#3764</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/puma/puma/commit/96b5aa63e0599e8adf971ceb57efa3cc5663f8a9"><code>96b5aa6</code></a> v7.2.0 (<a href="https://redirect.github.com/puma/puma/issues/3864">#3864</a>)</li> <li><a href="https://github.com/puma/puma/commit/5d7d1ddb266d52abfd96d763a4870af2c3ce9d1a"><code>5d7d1dd</code></a> Add workers :auto (<a href="https://redirect.github.com/puma/puma/issues/3827">#3827</a>)</li> <li><a href="https://github.com/puma/puma/commit/b8c4783cc1ed24300b4b940c57a5dd970db99369"><code>b8c4783</code></a> ci: fix ci - remove <code>append_as_bytes</code> logic, misc changes (<a href="https://redirect.github.com/puma/puma/issues/3861">#3861</a>)</li> <li><a href="https://github.com/puma/puma/commit/44a3ac43a71ea1344e739275b9f55708f9e496ee"><code>44a3ac4</code></a> Fix PR label manager when maintainer comments [ci skip] (<a href="https://redirect.github.com/puma/puma/issues/3863">#3863</a>)</li> <li><a href="https://github.com/puma/puma/commit/43f5d8935ea85d19e98459294114b31196276bc1"><code>43f5d89</code></a> Add GOVERNANCE.md, MAINTAINERS (<a href="https://redirect.github.com/puma/puma/issues/3826">#3826</a>)</li> <li><a href="https://github.com/puma/puma/commit/21afa66798c46212ef392085cb1825c74d107810"><code>21afa66</code></a> Use Minitest 6 where applicable (<a href="https://redirect.github.com/puma/puma/issues/3859">#3859</a>)</li> <li><a href="https://github.com/puma/puma/commit/ec7dd61cf9c5e9ec58f356ca2e32e90602de094c"><code>ec7dd61</code></a> ci: Update test_http11.rb for TruffleRuby - string size (<a href="https://redirect.github.com/puma/puma/issues/3860">#3860</a>)</li> <li><a href="https://github.com/puma/puma/commit/fa89dbe1ce8dd8f3159363f30cecaf4338583b2c"><code>fa89dbe</code></a> ci: add <code>ruby 4.0</code> and <code>rails 8.1</code> (<a href="https://redirect.github.com/puma/puma/issues/3852">#3852</a>)</li> <li><a href="https://github.com/puma/puma/commit/98ff11d220b53d7e5c3dc3e4246e66e75284ed7b"><code>98ff11d</code></a> Fix flaky test test_horrible_queries (<a href="https://redirect.github.com/puma/puma/issues/3857">#3857</a>)</li> <li><a href="https://github.com/puma/puma/commit/da162d7b2b87b978d8bbd6d0d1ccde69ce1735da"><code>da162d7</code></a> ci: fix tests.yml (<a href="https://redirect.github.com/puma/puma/issues/3856">#3856</a>)</li> <li>Additional commits viewable in <a href="https://github.com/puma/puma/compare/v7.1.0...v7.2.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.1.0&new-version=7.2.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
2 parents 11627d6 + 06024ab commit 7b1ad39

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.1"
37+
gem "puma", "~> 7.2"

sites/site-with-errors/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ GEM
9595
jekyll (>= 3.5, < 5.0)
9696
jekyll-feed (~> 0.9)
9797
jekyll-seo-tag (~> 2.1)
98-
nio4r (2.7.4)
98+
nio4r (2.7.5)
9999
pathutil (0.16.2)
100100
forwardable-extended (~> 2.6)
101101
public_suffix (6.0.2)
102-
puma (7.1.0)
102+
puma (7.2.0)
103103
nio4r (~> 2.0)
104104
rack (3.2.5)
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.1)
174+
puma (~> 7.2)
175175
rack (~> 3.2)
176176
tzinfo (>= 1, < 3)
177177
tzinfo-data

0 commit comments

Comments
 (0)