Skip to content

Commit 6b5519c

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

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ gem "rack-cors", require: "rack/cors"
9595
gem "raddocs"
9696
# action cable currently requires redis < 5. This should be fixed in rails >= 7.0.4
9797
# relevant issue: https://github.com/redis/redis-rb/issues/1142
98-
gem "redis", "< 5"
98+
gem "redis", "< 6"
9999
gem "rest-client", "~> 2.1.0"
100100
gem "rollbar"
101101
gem "rubyzip", ">= 1.2.2"

Gemfile.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GEM
22
remote: https://gems.contribsys.com/
33
specs:
4-
sidekiq-pro (5.5.8)
5-
sidekiq (~> 6.0, >= 6.5.6)
4+
sidekiq-pro (7.2.0)
5+
sidekiq (>= 7.2.0, < 8)
66

77
GEM
88
remote: https://rubygems.org/
@@ -125,9 +125,6 @@ GEM
125125
msgpack (~> 1.2)
126126
brakeman (7.0.0)
127127
racc
128-
brpoplpush-redis_script (0.1.3)
129-
concurrent-ruby (~> 1.0, >= 1.0.5)
130-
redis (>= 1.0, < 6)
131128
builder (3.3.0)
132129
bundler-audit (0.9.2)
133130
bundler (>= 1.2.0, < 3)
@@ -409,7 +406,10 @@ GEM
409406
ffi (~> 1.0)
410407
rdoc (6.10.0)
411408
psych (>= 4.0.0)
412-
redis (4.8.1)
409+
redis (5.4.0)
410+
redis-client (>= 0.22.0)
411+
redis-client (0.24.0)
412+
connection_pool
413413
regexp_parser (2.10.0)
414414
reline (0.6.0)
415415
io-console (~> 0.5)
@@ -473,18 +473,18 @@ GEM
473473
ruby2_keywords (0.0.5)
474474
rubyzip (2.4.1)
475475
shellany (0.0.1)
476-
sidekiq (6.5.12)
477-
connection_pool (>= 2.2.5, < 3)
478-
rack (~> 2.0)
479-
redis (>= 4.5.0, < 5)
476+
sidekiq (7.3.9)
477+
base64
478+
connection_pool (>= 2.3.0)
479+
logger
480+
rack (>= 2.2.4)
481+
redis-client (>= 0.22.2)
480482
sidekiq-failures (1.0.4)
481483
sidekiq (>= 4.0.0)
482-
sidekiq-unique-jobs (7.1.33)
483-
brpoplpush-redis_script (> 0.1.1, <= 2.0.0)
484+
sidekiq-unique-jobs (8.0.10)
484485
concurrent-ruby (~> 1.0, >= 1.0.5)
485-
redis (< 5.0)
486-
sidekiq (>= 5.0, < 7.0)
487-
thor (>= 0.20, < 3.0)
486+
sidekiq (>= 7.0.0, < 8.0.0)
487+
thor (>= 1.0, < 3.0)
488488
signet (0.19.0)
489489
addressable (~> 2.8)
490490
faraday (>= 0.17.5, < 3.a)
@@ -605,7 +605,7 @@ DEPENDENCIES
605605
rack-cors
606606
raddocs
607607
rails (~> 7.0.8)
608-
redis (< 5)
608+
redis (< 6)
609609
rest-client (~> 2.1.0)
610610
rollbar
611611
rspec

0 commit comments

Comments
 (0)