From 8e5697fa68b252f7885731f8c8a9adc2a929d016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 02:07:36 +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 00b19058..549a39a0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,12 +40,12 @@ GEM activerecord-postgis-adapter (5.0.3) activerecord (~> 5.1) rgeo-activerecord (~> 5.1) - 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.4.3) actionpack (= 5.2.4.3) activerecord (= 5.2.4.3)