Skip to content

Commit

Permalink
Update puma requirement from ~> 6.3.1 to ~> 6.4.2 (#102)
Browse files Browse the repository at this point in the history
Updates the requirements on [puma](https://github.com/puma/puma) to
permit the latest version.
<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>6.4.1</h2>
<ul>
<li>
<p>Bugfixes</p>
<ul>
<li>DSL#warn_if_in_single_mode - fixup when workers set via CLI (<a
href="https://redirect.github.com/puma/puma/issues/3256">#3256</a>)</li>
<li>Fix <code>idle-timeout</code> not working in cluster mode (<a
href="https://redirect.github.com/puma/puma/issues/3235">#3235</a>, <a
href="https://redirect.github.com/puma/puma/issues/3228">#3228</a>, <a
href="https://redirect.github.com/puma/puma/issues/3282">#3282</a>, <a
href="https://redirect.github.com/puma/puma/issues/3283">#3283</a>)</li>
<li>Fix worker 0 timing out during phased restart (<a
href="https://redirect.github.com/puma/puma/issues/3225">#3225</a>, <a
href="https://redirect.github.com/puma/puma/issues/2786">#2786</a>)</li>
<li>context_builder.rb - require openssl if verify_mode != 'none' (<a
href="https://redirect.github.com/puma/puma/issues/3179">#3179</a>)</li>
<li>Make puma cluster process suitable as PID 1 (<a
href="https://redirect.github.com/puma/puma/issues/3255">#3255</a>)</li>
<li>Improve Puma::NullIO consistency with real IO (<a
href="https://redirect.github.com/puma/puma/issues/3276">#3276</a>)</li>
<li>extconf.rb - fixup to detect openssl info in Ruby build (<a
href="https://redirect.github.com/puma/puma/issues/3271">#3271</a>, <a
href="https://redirect.github.com/puma/puma/issues/3266">#3266</a>)</li>
<li>MiniSSL.java - set serialVersionUID, fix RaiseException deprecation
(<a
href="https://redirect.github.com/puma/puma/issues/3270">#3270</a>)</li>
<li>dsl.rb - fix warn_if_in_single_mode when WEB_CONCURRENCY is set (<a
href="https://redirect.github.com/puma/puma/issues/3265">#3265</a>, <a
href="https://redirect.github.com/puma/puma/issues/3264">#3264</a>)</li>
</ul>
</li>
<li>
<p>Maintenance</p>
<ul>
<li>LOTS of test refactoring to make tests more stable and easier to
write - thanks to <a
href="https://github.com/MSP-Greg"><code>@​MSP-Greg</code></a>!</li>
<li>Fix bug in tests re: TestPuma::HOST4 (<a
href="https://redirect.github.com/puma/puma/issues/3254">#3254</a>)</li>
<li>Dockerfile for minimal repros: use Ruby 3.2, expect bundler
installed (<a
href="https://redirect.github.com/puma/puma/issues/3245">#3245</a>)</li>
<li>fix define_method calls, use Symbol parameter instead of String (<a
href="https://redirect.github.com/puma/puma/issues/3293">#3293</a>)</li>
</ul>
</li>
<li>
<p>Docs</p>
<ul>
<li>README.md - add the puma-acme plugin (<a
href="https://redirect.github.com/puma/puma/issues/3301">#3301</a>)</li>
<li>Remove <code>--keep-file-descriptors</code> flag from systemd docs
(<a
href="https://redirect.github.com/puma/puma/issues/3248">#3248</a>)</li>
<li>Note symlink mechanism in restart documentation for hot restart (<a
href="https://redirect.github.com/puma/puma/issues/3298">#3298</a>)</li>
</ul>
</li>
</ul>
<h2>6.4.0 - The Eagle of Durango</h2>
<p><img
src="https://github.com/puma/puma/assets/845662/8702eb06-b397-4c6b-a3a4-251186fe4513"
alt="image" /></p>
<p>America is <a
href="https://redirect.github.com/puma/puma/issues/1">#1</a> in
professional cycling, baby!</p>
<ul>
<li>
<p>Features</p>
<ul>
<li>on_thread_exit hook (<a
href="https://redirect.github.com/puma/puma/issues/2920">#2920</a>)</li>
<li>on_thread_start_hook (<a
href="https://redirect.github.com/puma/puma/issues/3195">#3195</a>)</li>
<li>Shutdown on idle (<a
href="https://redirect.github.com/puma/puma/issues/3209">#3209</a>, <a
href="https://redirect.github.com/puma/puma/issues/2580">#2580</a>)</li>
<li>New error message when control server port taken (<a
href="https://redirect.github.com/puma/puma/issues/3204">#3204</a>)</li>
</ul>
</li>
<li>
<p>Refactor</p>
<ul>
<li>Remove <code>Forwardable</code> dependency (<a
href="https://redirect.github.com/puma/puma/issues/3191">#3191</a>, <a
href="https://redirect.github.com/puma/puma/issues/3190">#3190</a>)</li>
<li>Update URLMap Regexp usage for Ruby v3.3 (<a
href="https://redirect.github.com/puma/puma/issues/3165">#3165</a>)</li>
</ul>
</li>
<li>
<p>Bugfixes</p>
<ul>
<li>Bring the cert_pem: parameter into parity with the cert: parameter
to ssl_bind. (<a
href="https://redirect.github.com/puma/puma/issues/3174">#3174</a>)</li>
<li>Fix using control server with IPv6 host (<a
href="https://redirect.github.com/puma/puma/issues/3181">#3181</a>)</li>
<li>control_cli.rb - add require_relative 'log_writer' (<a
href="https://redirect.github.com/puma/puma/issues/3187">#3187</a>)</li>
<li>Fix cases where fallback Rack response wasn't sent to the client (<a
href="https://redirect.github.com/puma/puma/issues/3094">#3094</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.4.2 / 2024-01-08</h2>
<ul>
<li>Security
<ul>
<li>Limit the size of chunk extensions. Without this limit, an attacker
could cause unbounded resource (CPU, network bandwidth) consumption. (<a
href="https://github.com/puma/puma/security/advisories/GHSA-c2f4-cvqm-65w2">GHSA-c2f4-cvqm-65w2</a>)</li>
</ul>
</li>
</ul>
<h2>6.4.1 / 2024-01-03</h2>
<ul>
<li>
<p>Bugfixes</p>
<ul>
<li>DSL#warn_if_in_single_mode - fixup when workers set via CLI (<a
href="https://redirect.github.com/puma/puma/issues/3256">#3256</a>)</li>
<li>Fix <code>idle-timeout</code> not working in cluster mode (<a
href="https://redirect.github.com/puma/puma/issues/3235">#3235</a>, <a
href="https://redirect.github.com/puma/puma/issues/3228">#3228</a>, <a
href="https://redirect.github.com/puma/puma/issues/3282">#3282</a>, <a
href="https://redirect.github.com/puma/puma/issues/3283">#3283</a>)</li>
<li>Fix worker 0 timing out during phased restart (<a
href="https://redirect.github.com/puma/puma/issues/3225">#3225</a>, <a
href="https://redirect.github.com/puma/puma/issues/2786">#2786</a>)</li>
<li>context_builder.rb - require openssl if verify_mode != 'none' (<a
href="https://redirect.github.com/puma/puma/issues/3179">#3179</a>)</li>
<li>Make puma cluster process suitable as PID 1 (<a
href="https://redirect.github.com/puma/puma/issues/3255">#3255</a>)</li>
<li>Improve Puma::NullIO consistency with real IO (<a
href="https://redirect.github.com/puma/puma/issues/3276">#3276</a>)</li>
<li>extconf.rb - fixup to detect openssl info in Ruby build (<a
href="https://redirect.github.com/puma/puma/issues/3271">#3271</a>, <a
href="https://redirect.github.com/puma/puma/issues/3266">#3266</a>)</li>
<li>MiniSSL.java - set serialVersionUID, fix RaiseException deprecation
(<a
href="https://redirect.github.com/puma/puma/issues/3270">#3270</a>)</li>
<li>dsl.rb - fix warn_if_in_single_mode when WEB_CONCURRENCY is set (<a
href="https://redirect.github.com/puma/puma/issues/3265">#3265</a>, <a
href="https://redirect.github.com/puma/puma/issues/3264">#3264</a>)</li>
</ul>
</li>
<li>
<p>Maintenance</p>
<ul>
<li>LOTS of test refactoring to make tests more stable and easier to
write - thanks to <a
href="https://github.com/MSP-Greg"><code>@​MSP-Greg</code></a>!</li>
<li>Fix bug in tests re: TestPuma::HOST4 (<a
href="https://redirect.github.com/puma/puma/issues/3254">#3254</a>)</li>
<li>Dockerfile for minimal repros: use Ruby 3.2, expect bundler
installed (<a
href="https://redirect.github.com/puma/puma/issues/3245">#3245</a>)</li>
<li>fix define_method calls, use Symbol parameter instead of String (<a
href="https://redirect.github.com/puma/puma/issues/3293">#3293</a>)</li>
</ul>
</li>
<li>
<p>Docs</p>
<ul>
<li>README.md - add the puma-acme plugin (<a
href="https://redirect.github.com/puma/puma/issues/3301">#3301</a>)</li>
<li>Remove <code>--keep-file-descriptors</code> flag from systemd docs
(<a
href="https://redirect.github.com/puma/puma/issues/3248">#3248</a>)</li>
<li>Note symlink mechanism in restart documentation for hot restart (<a
href="https://redirect.github.com/puma/puma/issues/3298">#3298</a>)</li>
</ul>
</li>
</ul>
<h2>6.4.0 / 2023-09-21</h2>
<ul>
<li>
<p>Features</p>
<ul>
<li>on_thread_exit hook (<a
href="https://redirect.github.com/puma/puma/issues/2920">#2920</a>)</li>
<li>on_thread_start_hook (<a
href="https://redirect.github.com/puma/puma/issues/3195">#3195</a>)</li>
<li>Shutdown on idle (<a
href="https://redirect.github.com/puma/puma/issues/3209">#3209</a>, <a
href="https://redirect.github.com/puma/puma/issues/2580">#2580</a>)</li>
<li>New error message when control server port taken (<a
href="https://redirect.github.com/puma/puma/issues/3204">#3204</a>)</li>
</ul>
</li>
<li>
<p>Refactor</p>
<ul>
<li>Remove <code>Forwardable</code> dependency (<a
href="https://redirect.github.com/puma/puma/issues/3191">#3191</a>, <a
href="https://redirect.github.com/puma/puma/issues/3190">#3190</a>)</li>
<li>Update URLMap Regexp usage for Ruby v3.3 (<a
href="https://redirect.github.com/puma/puma/issues/3165">#3165</a>)</li>
</ul>
</li>
<li>
<p>Bugfixes</p>
<ul>
<li>Bring the cert_pem: parameter into parity with the cert: parameter
to ssl_bind. (<a
href="https://redirect.github.com/puma/puma/issues/3174">#3174</a>)</li>
<li>Fix using control server with IPv6 host (<a
href="https://redirect.github.com/puma/puma/issues/3181">#3181</a>)</li>
<li>control_cli.rb - add require_relative 'log_writer' (<a
href="https://redirect.github.com/puma/puma/issues/3187">#3187</a>)</li>
<li>Fix cases where fallback Rack response wasn't sent to the client (<a
href="https://redirect.github.com/puma/puma/issues/3094">#3094</a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/puma/puma/commit/5fc43d73b6ff193325e657a24ed76dec79133e93"><code>5fc43d7</code></a>
5.6.8 and 6.4.2</li>
<li><a
href="https://github.com/puma/puma/commit/dfbba22216f34a60bb55e1e007b1ad5951934cb8"><code>dfbba22</code></a>
6.4.2</li>
<li><a
href="https://github.com/puma/puma/commit/60d5ee3734adc8cee85c3f0561af392448fe19b7"><code>60d5ee3</code></a>
Merge pull request from GHSA-c2f4-cvqm-65w2</li>
<li><a
href="https://github.com/puma/puma/commit/a2870252e3c525f6529358807faee1169f28270e"><code>a287025</code></a>
6.4.1 version tick!</li>
<li><a
href="https://github.com/puma/puma/commit/32a629dc3cffb2b3299df12d86f0ade98099dc4e"><code>32a629d</code></a>
6.4.1</li>
<li><a
href="https://github.com/puma/puma/commit/7e17826da540019940a8e1a95fabe00883332d1a"><code>7e17826</code></a>
[Fix <a
href="https://redirect.github.com/puma/puma/issues/3282">#3282</a>]
<code>idle-timeout</code> not waiting on all workers in cluster mode (<a
href="https://redirect.github.com/puma/puma/issues/3283">#3283</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/437142e01d60531a86708dd446873ac9e0f3a03c"><code>437142e</code></a>
README.md - add the puma-acme plugin (<a
href="https://redirect.github.com/puma/puma/issues/3301">#3301</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/e9125faa5633362b69cde3170b6002aaf7ac618f"><code>e9125fa</code></a>
[CI] Change all workflow file extensions to '.yml' (<a
href="https://redirect.github.com/puma/puma/issues/3300">#3300</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/d49dec941ea603e68cdcba6f88d030cc9254c2ed"><code>d49dec9</code></a>
[CI] Add Ruby 3.3, use 'rubygems: latest' in tests.yaml MRI (<a
href="https://redirect.github.com/puma/puma/issues/3299">#3299</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/2d27225e44e3b2110d39e7832f33c8314ae22bd9"><code>2d27225</code></a>
Note symlink mechanism in restart documentation for hot restart (<a
href="https://redirect.github.com/puma/puma/issues/3298">#3298</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/puma/puma/compare/v6.3.1...v6.4.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=6.3.1&new-version=6.4.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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/locoframework/loco-rails/network/alerts).

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 3b7f9c8 commit 7580521
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,15 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.9)
nio4r (2.7.0)
nokogiri (1.15.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.22.1)
parser (3.2.1.1)
ast (~> 2.4.1)
public_suffix (5.0.1)
puma (6.3.1)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.7)
Expand Down Expand Up @@ -250,7 +250,7 @@ DEPENDENCIES
listen (~> 3.8.0)
loco-rails!
mysql2 (~> 0.5.5)
puma (~> 6.3.1)
puma (~> 6.4.2)
redis (~> 5.0.6)
rspec-expectations (~> 3.12.2)
rspec-mocks (~> 3.12.3)
Expand Down
2 changes: 1 addition & 1 deletion loco-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'jbuilder', '~> 2.11.5'
s.add_development_dependency 'listen', '~> 3.8.0'
s.add_development_dependency 'mysql2', '~> 0.5.5'
s.add_development_dependency 'puma', '~> 6.3.1'
s.add_development_dependency 'puma', '~> 6.4.2'
s.add_development_dependency 'redis', '~> 5.0.6'
s.add_development_dependency 'rspec-expectations', '~> 3.12.2'
s.add_development_dependency 'rspec-mocks', '~> 3.12.3'
Expand Down

0 comments on commit 7580521

Please sign in to comment.