Skip to content

Commit

Permalink
Bump activerecord-session_store from 2.0.0 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [activerecord-session_store](https://github.com/rails/activerecord-session_store) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/rails/activerecord-session_store/releases)
- [Commits](rails/activerecord-session_store@v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: activerecord-session_store
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent a34ee43 commit a0583e7
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,13 @@ GEM
activerecord (7.0.7)
activemodel (= 7.0.7)
activesupport (= 7.0.7)
activerecord-session_store (2.0.0)
actionpack (>= 5.2.4.1)
activerecord (>= 5.2.4.1)
activerecord-session_store (2.1.0)
actionpack (>= 6.1)
activerecord (>= 6.1)
cgi (>= 0.3.6)
multi_json (~> 1.11, >= 1.11.2)
rack (>= 2.0.8, < 3)
railties (>= 5.2.4.1)
rack (>= 2.0.8, < 4)
railties (>= 6.1)
activestorage (7.0.7)
actionpack (= 7.0.7)
activejob (= 7.0.7)
Expand Down Expand Up @@ -149,6 +150,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
cgi (0.3.6)
cliver (0.3.2)
concurrent-ruby (1.2.2)
console (1.17.0)
Expand Down Expand Up @@ -260,7 +262,7 @@ GEM
mime-types-data (3.2023.0218.1)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
minitest (5.19.0)
minitest (5.20.0)
multi_json (1.15.0)
net-imap (0.3.7)
date
Expand Down Expand Up @@ -457,7 +459,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.11)
zeitwerk (2.6.12)

PLATFORMS
ruby
Expand Down

0 comments on commit a0583e7

Please sign in to comment.