From 1a5f28e2fe46538d7f37cfce56ca800aaed26627 Mon Sep 17 00:00:00 2001 From: Toby Privett Date: Fri, 14 May 2021 15:42:08 +0100 Subject: [PATCH] Bump activerecord-session_store --- Gemfile.lock | 12 ++++++------ flood_risk_engine.gemspec | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a24b5bc2..cd3e0949 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: flood_risk_engine (1.0.2) - activerecord-session_store (~> 1.0) + activerecord-session_store (~> 2.0) defra_ruby_alert (~> 2.1.1) defra_ruby_area (~> 1.1.0) defra_ruby_email @@ -72,12 +72,12 @@ GEM activerecord (6.0.3.7) activemodel (= 6.0.3.7) activesupport (= 6.0.3.7) - 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.0.3.7) actionpack (= 6.0.3.7) activejob (= 6.0.3.7) diff --git a/flood_risk_engine.gemspec b/flood_risk_engine.gemspec index c924089b..982b3315 100644 --- a/flood_risk_engine.gemspec +++ b/flood_risk_engine.gemspec @@ -17,7 +17,7 @@ Gem::Specification.new do |s| s.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "Rakefile", "README.rdoc"] s.test_files = Dir["spec/**/*"] - s.add_dependency "activerecord-session_store", "~> 1.0" + s.add_dependency "activerecord-session_store", "~> 2.0" # Airbrake catches exceptions and sends them to our instances of Errbit # defra_ruby_alert is a gem we created to manage airbrake across projects s.add_dependency "defra_ruby_alert", "~> 2.1.1"