From 51e446aed49c6f4dd54b02b04909c7cbd8f02cea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 20:14:31 +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 | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index c4c01323..8c1b3f43 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'bcrypt', '~> 3.1.7' gem 'cancancan', '~> 3.1.0' # Session handling -gem 'activerecord-session_store', '~> 1.1.3' +gem 'activerecord-session_store', '~> 2.0.0' # Puma gem 'puma', '~> 4.1' diff --git a/Gemfile.lock b/Gemfile.lock index 6aa4e807..ed5c7f55 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,12 +49,12 @@ GEM activerecord (6.1.3) activemodel (= 6.1.3) activesupport (= 6.1.3) - 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 (6.1.3) actionpack (= 6.1.3) activejob (= 6.1.3) @@ -144,7 +144,7 @@ GEM msgpack (1.4.2) multi_json (1.15.0) nio4r (2.5.5) - nokogiri (1.11.1) + nokogiri (1.11.2) mini_portile2 (~> 2.5.0) racc (~> 1.4) parallel (1.20.1) @@ -275,7 +275,7 @@ PLATFORMS ruby DEPENDENCIES - activerecord-session_store (~> 1.1.3) + activerecord-session_store (~> 2.0.0) bcrypt (~> 3.1.7) bootsnap (>= 1.4.2) bundler-audit (= 0.7.0.1)