From fd3bd062fed0ce74d4c039d83a929dfc73bbb31d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 09:02:12 +0000 Subject: [PATCH] Bump activerecord-session_store from 2.1.0 to 2.2.0 Bumps [activerecord-session_store](https://github.com/rails/activerecord-session_store) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/rails/activerecord-session_store/releases) - [Changelog](https://github.com/rails/activerecord-session_store/blob/master/CHANGELOG.md) - [Commits](https://github.com/rails/activerecord-session_store/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: activerecord-session_store dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 76327fd924..92178ffd4f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,13 +126,12 @@ GEM activerecord (>= 4.2) activerecord-postgresql-adapter (0.0.1) pg - activerecord-session_store (2.1.0) - actionpack (>= 6.1) - activerecord (>= 6.1) + activerecord-session_store (2.2.0) + actionpack (>= 7.0) + activerecord (>= 7.0) cgi (>= 0.3.6) - multi_json (~> 1.11, >= 1.11.2) rack (>= 2.0.8, < 4) - railties (>= 6.1) + railties (>= 7.0) activestorage (7.1.5.2) actionpack (= 7.1.5.2) activejob (= 7.1.5.2) @@ -482,7 +481,7 @@ GEM money (6.16.0) i18n (>= 0.6.4, <= 2) msgpack (1.7.2) - multi_json (1.15.0) + multi_json (1.17.0) multi_xml (0.6.0) mutex_m (0.3.0) net-http (0.4.1)