Skip to content

Commit 853345e

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 6e5099c commit 853345e

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/
@@ -124,9 +124,6 @@ GEM
124124
msgpack (~> 1.2)
125125
brakeman (7.0.0)
126126
racc
127-
brpoplpush-redis_script (0.1.3)
128-
concurrent-ruby (~> 1.0, >= 1.0.5)
129-
redis (>= 1.0, < 6)
130127
builder (3.3.0)
131128
bundler-audit (0.9.2)
132129
bundler (>= 1.2.0, < 3)
@@ -408,7 +405,10 @@ GEM
408405
ffi (~> 1.0)
409406
rdoc (6.10.0)
410407
psych (>= 4.0.0)
411-
redis (4.8.1)
408+
redis (5.4.0)
409+
redis-client (>= 0.22.0)
410+
redis-client (0.24.0)
411+
connection_pool
412412
regexp_parser (2.10.0)
413413
reline (0.6.0)
414414
io-console (~> 0.5)
@@ -472,18 +472,18 @@ GEM
472472
ruby2_keywords (0.0.5)
473473
rubyzip (2.4.1)
474474
shellany (0.0.1)
475-
sidekiq (6.5.12)
476-
connection_pool (>= 2.2.5, < 3)
477-
rack (~> 2.0)
478-
redis (>= 4.5.0, < 5)
475+
sidekiq (7.3.9)
476+
base64
477+
connection_pool (>= 2.3.0)
478+
logger
479+
rack (>= 2.2.4)
480+
redis-client (>= 0.22.2)
479481
sidekiq-failures (1.0.4)
480482
sidekiq (>= 4.0.0)
481-
sidekiq-unique-jobs (7.1.33)
482-
brpoplpush-redis_script (> 0.1.1, <= 2.0.0)
483+
sidekiq-unique-jobs (8.0.10)
483484
concurrent-ruby (~> 1.0, >= 1.0.5)
484-
redis (< 5.0)
485-
sidekiq (>= 5.0, < 7.0)
486-
thor (>= 0.20, < 3.0)
485+
sidekiq (>= 7.0.0, < 8.0.0)
486+
thor (>= 1.0, < 3.0)
487487
signet (0.19.0)
488488
addressable (~> 2.8)
489489
faraday (>= 0.17.5, < 3.a)
@@ -604,7 +604,7 @@ DEPENDENCIES
604604
rack-cors
605605
raddocs
606606
rails (~> 7.0.8)
607-
redis (< 5)
607+
redis (< 6)
608608
rest-client (~> 2.1.0)
609609
rollbar
610610
rspec

0 commit comments

Comments
 (0)