Skip to content

Commit 29ffb4b

Browse files
Bump puma from 5.6.8 to 5.6.9 (#227)
Bumps [puma](https://github.com/puma/puma) from 5.6.8 to 5.6.9. <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>5.6.9 / 2024-09-19</h2> <ul> <li>Security <ul> <li>Discards any headers using underscores if the non-underscore version also exists. Without this, an attacker could overwrite values set by intermediate proxies (e.g. X-Forwarded-For). (<a href="https://github.com/puma/puma/security/advisories/GHSA-9hf4-67fc-4vf4">CVE-2024-45614</a>/GHSA-9hf4-67fc-4vf4)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/puma/puma/commit/f196b23be24712fb8fb16051cc124798cc84f70e"><code>f196b23</code></a> Merge commit from fork</li> <li><a href="https://github.com/puma/puma/commit/24eec19bace045a4cbd43362e17964de90044e32"><code>24eec19</code></a> 5.6.9</li> <li><a href="https://github.com/puma/puma/commit/3c8e8b036d36158a324ec34cfb29905cc578478b"><code>3c8e8b0</code></a> 5.6.9 release note [ci skip]</li> <li>See full diff in <a href="https://github.com/puma/puma/compare/v5.6.8...v5.6.9">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=5.6.8&new-version=5.6.9)](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/Betterment/test_track/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4b27214 commit 29ffb4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ GEM
266266
timeout
267267
net-smtp (0.3.3)
268268
net-protocol
269-
nio4r (2.7.0)
269+
nio4r (2.7.3)
270270
nokogiri (1.16.5)
271271
mini_portile2 (~> 2.8.2)
272272
racc (~> 1.4)
@@ -307,7 +307,7 @@ GEM
307307
slop (~> 3.0)
308308
psych (3.3.4)
309309
public_suffix (5.0.1)
310-
puma (5.6.8)
310+
puma (5.6.9)
311311
nio4r (~> 2.0)
312312
pusher-client (0.6.2)
313313
json

0 commit comments

Comments
 (0)