Skip to content

Commit

Permalink
Merge pull request #4 from Adrian-Hirt/dependabot/bundler/activerecor…
Browse files Browse the repository at this point in the history
…d-session_store-2.0.0

Bump activerecord-session_store from 1.1.3 to 2.0.0
  • Loading branch information
Adrian-Hirt authored Mar 15, 2021
2 parents f52aa57 + 51e446a commit 8d21bce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 8d21bce

Please sign in to comment.