Skip to content
This repository was archived by the owner on Jun 19, 2023. It is now read-only.

Commit 0c5401b

Browse files
Build(deps): Bump redis from 4.8.1 to 5.0.6
Bumps [redis](https://github.com/redis/redis-rb) from 4.8.1 to 5.0.6. - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](redis/redis-rb@v4.8.1...v5.0.6) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ab1bb0c commit 0c5401b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Gemfile.lock

+7-4
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,10 @@ GEM
364364
msgpack (>= 0.4.3)
365365
optimist (>= 3.0.0)
366366
rchardet (1.8.0)
367-
redis (4.8.1)
367+
redis (5.0.6)
368+
redis-client (>= 0.9.0)
369+
redis-client (0.14.1)
370+
connection_pool
368371
redis-namespace (1.10.0)
369372
redis (>= 4)
370373
regexp_parser (2.8.0)
@@ -461,10 +464,10 @@ GEM
461464
websocket (~> 1.0)
462465
shoulda-matchers (5.3.0)
463466
activesupport (>= 5.2.0)
464-
sidekiq (6.5.9)
465-
connection_pool (>= 2.2.5, < 3)
467+
sidekiq (6.5.5)
468+
connection_pool (>= 2.2.2)
466469
rack (~> 2.0)
467-
redis (>= 4.5.0, < 5)
470+
redis (>= 4.5.0)
468471
simplecov (0.22.0)
469472
docile (~> 1.1)
470473
simplecov-html (~> 0.11)

0 commit comments

Comments
 (0)