Skip to content

Commit fd5cce5

Browse files
upgraded redis gem
1 parent ecf757a commit fd5cce5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

rails_application/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gem "stimulus-rails"
1616
gem "importmap-rails", "~> 1.1"
1717
gem "rails_event_store", ">= 2.15.0", "< 3.0"
1818
gem 'arbre'
19-
gem 'redis'
19+
gem 'redis', '~> 5.0'
2020

2121
group :development do
2222
gem "listen", "~> 3.3"

rails_application/Gemfile.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,10 @@ GEM
263263
ffi (~> 1.0)
264264
rdoc (6.7.0)
265265
psych (>= 4.0.0)
266-
redis (4.8.0)
266+
redis (5.3.0)
267+
redis-client (>= 0.22.0)
268+
redis-client (0.22.2)
269+
connection_pool
267270
regexp_parser (2.9.2)
268271
reline (0.5.9)
269272
io-console (~> 0.5)
@@ -343,7 +346,7 @@ DEPENDENCIES
343346
puma (~> 5.6)
344347
rails (= 7.2.0)
345348
rails_event_store (>= 2.15.0, < 3.0)
346-
redis
349+
redis (~> 5.0)
347350
skylight
348351
sprockets-rails
349352
stimulus-rails

0 commit comments

Comments
 (0)