Skip to content

Commit

Permalink
Bump activerecord-session_store
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyprivett committed May 14, 2021
1 parent 443904d commit 1a5f28e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion flood_risk_engine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1a5f28e

Please sign in to comment.