From 31adbdbf7aa97acb9473c3c46bab865a1f2a0d0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 May 2021 17:15:11 +0000 Subject: [PATCH] Bump activerecord-session_store from 1.1.3 to 2.0.0 Bumps [activerecord-session_store](https://github.com/rails/activerecord-session_store) from 1.1.3 to 2.0.0. - [Release notes](https://github.com/rails/activerecord-session_store/releases) - [Commits](https://github.com/rails/activerecord-session_store/compare/v1.1.3...v2.0.0) Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d8d161f1be..82fc7deffd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,12 +92,12 @@ GEM activerecord (>= 3.2) activerecord-postgresql-adapter (0.0.1) pg - activerecord-session_store (1.1.3) - actionpack (>= 4.0) - activerecord (>= 4.0) + activerecord-session_store (2.0.0) + actionpack (>= 5.2.4.1) + activerecord (>= 5.2.4.1) multi_json (~> 1.11, >= 1.11.2) - rack (>= 1.5.2, < 3) - railties (>= 4.0) + rack (>= 2.0.8, < 3) + railties (>= 5.2.4.1) activestorage (5.2.5) actionpack (= 5.2.5) activerecord (= 5.2.5)