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)