Skip to content

Commit

Permalink
Bump puma from 6.4.1 to 6.4.2 (#173)
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 6.4.1 to 6.4.2.
<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>
</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>See full diff in <a
href="https://github.com/puma/puma/compare/v6.4.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.4.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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 9, 2024
1 parent 20baa88 commit 66ee97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ GEM
psych (5.1.2)
stringio
public_suffix (5.0.3)
puma (6.4.1)
puma (6.4.2)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.7.3)
Expand Down

0 comments on commit 66ee97f

Please sign in to comment.