Skip to content

Commit 3a17ead

Browse files
Bump rack-session from 2.1.0 to 2.1.1 (#29)
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/main/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/Betterment/with_transactional_lock/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 8cf728f commit 3a17ead

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ GEM
4848
rake
4949
thor (>= 0.14.0)
5050
ast (2.4.2)
51-
base64 (0.2.0)
51+
base64 (0.3.0)
5252
benchmark (0.4.0)
5353
betterlint (1.16.0)
5454
rubocop (~> 1.62.0)
@@ -104,8 +104,8 @@ GEM
104104
date
105105
stringio
106106
racc (1.8.1)
107-
rack (3.1.8)
108-
rack-session (2.1.0)
107+
rack (3.2.0)
108+
rack-session (2.1.1)
109109
base64 (>= 0.1.0)
110110
rack (>= 3.0.0)
111111
rack-test (2.2.0)

0 commit comments

Comments
 (0)