From 0452f4480eeba085ec324ee27332242367bf3a27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 02:35:55 +0000 Subject: [PATCH] chore(deps): bump rack-session from 2.1.1 to 2.1.2 in /example/rails Bumps [rack-session](https://github.com/rack/rack-session) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/rack/rack-session/releases) - [Changelog](https://github.com/rack/rack-session/blob/main/releases.md) - [Commits](https://github.com/rack/rack-session/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: rack-session dependency-version: 2.1.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- example/rails/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/rails/Gemfile.lock b/example/rails/Gemfile.lock index e39caee..6c90977 100644 --- a/example/rails/Gemfile.lock +++ b/example/rails/Gemfile.lock @@ -275,7 +275,7 @@ GEM nio4r (~> 2.0) racc (1.8.1) rack (3.2.6) - rack-session (2.1.1) + rack-session (2.1.2) base64 (>= 0.1.0) rack (>= 3.0.0) rack-test (2.2.0)