From 8b2e75647a0e91bc9ba4b25e1a8d6acf8e3836f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 17:09:00 -0500 Subject: [PATCH] Bump activerecord-session_store from 2.0.0 to 2.1.0 (#1048) Bumps [activerecord-session_store](https://github.com/rails/activerecord-session_store) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/rails/activerecord-session_store/releases) - [Commits](https://github.com/rails/activerecord-session_store/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: activerecord-session_store dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: nfstern02 <72567812+nfstern02@users.noreply.github.com> --- Gemfile.lock | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ed5db5bf0..5e58d0c37 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,12 +71,13 @@ GEM activesupport (= 6.1.7.7) activerecord-import (1.6.0) activerecord (>= 4.2) - activerecord-session_store (2.0.0) - actionpack (>= 5.2.4.1) - activerecord (>= 5.2.4.1) + activerecord-session_store (2.1.0) + actionpack (>= 6.1) + activerecord (>= 6.1) + cgi (>= 0.3.6) multi_json (~> 1.11, >= 1.11.2) - rack (>= 2.0.8, < 3) - railties (>= 5.2.4.1) + rack (>= 2.0.8, < 4) + railties (>= 6.1) activestorage (6.1.7.7) actionpack (= 6.1.7.7) activejob (= 6.1.7.7) @@ -119,6 +120,7 @@ GEM xpath (~> 3.2) case_transform (0.2) activesupport + cgi (0.4.1) chronic (0.10.2) coderay (1.1.3) coercible (1.0.0)