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

Commit b386213

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 f3afc8b commit b386213

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
@@ -362,7 +362,10 @@ GEM
362362
msgpack (>= 0.4.3)
363363
optimist (>= 3.0.0)
364364
rchardet (1.8.0)
365-
redis (4.8.1)
365+
redis (5.0.6)
366+
redis-client (>= 0.9.0)
367+
redis-client (0.14.1)
368+
connection_pool
366369
redis-namespace (1.11.0)
367370
redis (>= 4)
368371
regexp_parser (2.8.1)
@@ -459,10 +462,10 @@ GEM
459462
websocket (~> 1.0)
460463
shoulda-matchers (5.3.0)
461464
activesupport (>= 5.2.0)
462-
sidekiq (6.5.9)
463-
connection_pool (>= 2.2.5, < 3)
465+
sidekiq (6.5.5)
466+
connection_pool (>= 2.2.2)
464467
rack (~> 2.0)
465-
redis (>= 4.5.0, < 5)
468+
redis (>= 4.5.0)
466469
simplecov (0.22.0)
467470
docile (~> 1.1)
468471
simplecov-html (~> 0.11)

0 commit comments

Comments
 (0)