Update redis-actionpack to version 5.4.0 (#20648)

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
This commit is contained in:
depfu[bot] 2024-02-19 17:26:04 +00:00 committed by GitHub
parent fa24a17fd7
commit 0197eae6e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 10 additions and 8 deletions

View file

@ -87,7 +87,7 @@ gem "recaptcha", "~> 5.10", require: "recaptcha/rails" # Helpers for the reCAPTC
gem "redcarpet", "~> 3.5" # A fast, safe and extensible Markdown to (X)HTML parser
gem "redis", "~> 4.7.1" # Redis ruby client
gem "redis-actionpack", "~> 5.3.0" # Redis session store for ActionPack. Used for storing the Rails session in Redis.
gem "redis-actionpack", "~> 5.4.0" # Redis session store for ActionPack. Used for storing the Rails session in Redis.
gem "rpush", "~> 7.0" # Push Notification library for Rails
gem "rpush-redis", "~> 1.1" # Redis module capability for rpush library

View file

@ -636,6 +636,8 @@ GEM
rack
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
rack-session (1.0.2)
rack (< 3)
rack-test (2.1.0)
rack (>= 1.3)
rack-timeout (0.6.3)
@ -685,15 +687,15 @@ GEM
recaptcha (5.16.0)
redcarpet (3.6.0)
redis (4.7.1)
redis-actionpack (5.3.0)
redis-actionpack (5.4.0)
actionpack (>= 5, < 8)
redis-rack (>= 2.1.0, < 3)
redis-rack (>= 2.1.0, < 4)
redis-store (>= 1.1.0, < 2)
redis-rack (2.1.4)
rack (>= 2.0.8, < 3)
redis-rack (3.0.0)
rack-session (>= 0.2.0)
redis-store (>= 1.2, < 2)
redis-store (1.9.1)
redis (>= 4, < 5)
redis-store (1.10.0)
redis (>= 4, < 6)
regexp_parser (2.9.0)
reline (0.4.2)
io-console (~> 0.5)
@ -1079,7 +1081,7 @@ DEPENDENCIES
recaptcha (~> 5.10)
redcarpet (~> 3.5)
redis (~> 4.7.1)
redis-actionpack (~> 5.3.0)
redis-actionpack (~> 5.4.0)
request_store (~> 1.5)
reverse_markdown (~> 2.1)
rolify (~> 6.0)

BIN
vendor/cache/rack-session-1.0.2.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/redis-actionpack-5.4.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/redis-rack-3.0.0.gem vendored Normal file

Binary file not shown.

BIN
vendor/cache/redis-store-1.10.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.