Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit 41648eb

Browse files
Update dependency redis to v5
1 parent af2dc5c commit 41648eb

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gem "sass-rails", "~> 6.0"
2222
gem "turbolinks", "~> 5"
2323
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]
2424
gem "redis-rails"
25-
gem "redis", "~> 4"
25+
gem "redis", "~> 5"
2626

2727
group :development do
2828
gem "listen", ">= 3.0.5", "< 3.9.1"

Gemfile.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,14 +281,17 @@ GEM
281281
ffi (~> 1.0)
282282
rdoc (6.6.2)
283283
psych (>= 4.0.0)
284-
redis (4.8.1)
284+
redis (5.1.0)
285+
redis-client (>= 0.17.0)
285286
redis-actionpack (5.4.0)
286287
actionpack (>= 5, < 8)
287288
redis-rack (>= 2.1.0, < 4)
288289
redis-store (>= 1.1.0, < 2)
289290
redis-activesupport (5.3.0)
290291
activesupport (>= 3, < 8)
291292
redis-store (>= 1.3, < 2)
293+
redis-client (0.20.0)
294+
connection_pool
292295
redis-rack (3.0.0)
293296
rack-session (>= 0.2.0)
294297
redis-store (>= 1.2, < 2)
@@ -446,7 +449,7 @@ DEPENDENCIES
446449
puma
447450
rails (~> 7.1.0)
448451
rails_layout
449-
redis (~> 4)
452+
redis (~> 5)
450453
redis-rails
451454
rollbar
452455
rspec-rails

0 commit comments

Comments
 (0)