[Security] Bump redis-store from 1.3.0 to 1.6.0
Bumps [redis-store](https://github.com/jodosha/redis-store) from 1.3.0 to 1.6.0. **This update includes security fixes.** - [Release notes](https://github.com/jodosha/redis-store/releases) - [Changelog](https://github.com/redis-store/redis-store/blob/master/CHANGELOG.md) - [Commits](https://github.com/jodosha/redis-store/compare/v1.3.0...v1.6.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
parent
35940128d7
commit
969bfc4924
16
Gemfile.lock
16
Gemfile.lock
|
@ -359,24 +359,24 @@ GEM
|
||||||
msgpack (>= 0.4.3)
|
msgpack (>= 0.4.3)
|
||||||
trollop (>= 1.16.2)
|
trollop (>= 1.16.2)
|
||||||
redis (3.3.5)
|
redis (3.3.5)
|
||||||
redis-actionpack (5.0.1)
|
redis-actionpack (5.0.2)
|
||||||
actionpack (>= 4.0, < 6)
|
actionpack (>= 4.0, < 6)
|
||||||
redis-rack (>= 1, < 3)
|
redis-rack (>= 1, < 3)
|
||||||
redis-store (>= 1.1.0, < 1.4.0)
|
redis-store (>= 1.1.0, < 2)
|
||||||
redis-activesupport (5.0.2)
|
redis-activesupport (5.0.7)
|
||||||
activesupport (>= 3, < 6)
|
activesupport (>= 3, < 6)
|
||||||
redis-store (~> 1.3.0)
|
redis-store (>= 1.3, < 2)
|
||||||
redis-rack (2.0.2)
|
redis-rack (2.0.5)
|
||||||
rack (>= 1.5, < 3)
|
rack (>= 1.5, < 3)
|
||||||
redis-store (>= 1.2, < 1.4)
|
redis-store (>= 1.2, < 2)
|
||||||
redis-rails (5.0.2)
|
redis-rails (5.0.2)
|
||||||
redis-actionpack (>= 5.0, < 6)
|
redis-actionpack (>= 5.0, < 6)
|
||||||
redis-activesupport (>= 5.0, < 6)
|
redis-activesupport (>= 5.0, < 6)
|
||||||
redis-store (>= 1.2, < 2)
|
redis-store (>= 1.2, < 2)
|
||||||
redis-semaphore (0.3.1)
|
redis-semaphore (0.3.1)
|
||||||
redis
|
redis
|
||||||
redis-store (1.3.0)
|
redis-store (1.6.0)
|
||||||
redis (>= 2.2)
|
redis (>= 2.2, < 5)
|
||||||
ref (2.0.0)
|
ref (2.0.0)
|
||||||
responders (2.4.0)
|
responders (2.4.0)
|
||||||
actionpack (>= 4.2.0, < 5.3)
|
actionpack (>= 4.2.0, < 5.3)
|
||||||
|
|
Loading…
Reference in New Issue