Skip to content

Commit 9fb1399

Browse files
authored
Build(deps): Bump rack-session from 2.1.0 to 2.1.1 (#836)
Bumps [rack-session](https://github.com/rack/rack-session) from 2.1.0 to 2.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rack/rack-session/releases">rack-session's releases</a>.</em></p> <blockquote> <h2>v2.1.1</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/rack/rack-session/compare/v2.1.0...v2.1.1">https://github.com/rack/rack-session/compare/v2.1.0...v2.1.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rack/rack-session/blob/v2.1.1/releases.md">rack-session's changelog</a>.</em></p> <blockquote> <h2>v2.1.1</h2> <ul> <li>Prevent <code>Rack::Session::Pool</code> from recreating deleted sessions <a href="https://github.com/rack/rack-session/security/advisories/GHSA-9j94-67jr-4cqj">CVE-2025-46336</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rack/rack-session/commit/96663ece1596a3462704c30f98b85cd7e0337d6e"><code>96663ec</code></a> Bump patch version.</li> <li><a href="https://github.com/rack/rack-session/commit/c58ad7952cc7d0649f0ea9c78d55049739c49e5a"><code>c58ad79</code></a> Don't allow session to be recreated accidentally.</li> <li>See full diff in <a href="https://github.com/rack/rack-session/compare/v2.1.0...v2.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rack-session&package-manager=bundler&previous-version=2.1.0&new-version=2.1.1)](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/better-together-org/community-engine-rails/network/alerts). </details>
2 parents 0eb08f6 + 1e27f53 commit 9fb1399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ GEM
507507
pundit (2.5.0)
508508
activesupport (>= 3.0.0)
509509
racc (1.8.1)
510-
rack (3.1.13)
510+
rack (3.1.14)
511511
rack-attack (6.7.0)
512512
rack (>= 1.0, < 4)
513513
rack-cors (2.0.2)
@@ -518,7 +518,7 @@ GEM
518518
base64 (>= 0.1.0)
519519
logger (>= 1.6.0)
520520
rack (>= 3.0.0, < 4)
521-
rack-session (2.1.0)
521+
rack-session (2.1.1)
522522
base64 (>= 0.1.0)
523523
rack (>= 3.0.0)
524524
rack-test (2.2.0)

0 commit comments

Comments
 (0)