We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9c3c6b + cd9878f commit 4180afdCopy full SHA for 4180afd
Gemfile
@@ -30,7 +30,7 @@ gem 'stimulus-rails'
30
gem 'jbuilder'
31
32
# Use Redis adapter to run Action Cable in production
33
-gem 'redis', '~> 5.0'
+gem 'redis', '~> 5.1'
34
35
# Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis]
36
# gem "kredis"
Gemfile.lock
@@ -278,7 +278,7 @@ GEM
278
rake (13.1.0)
279
rdoc (6.6.2)
280
psych (>= 4.0.0)
281
- redis (5.0.8)
+ redis (5.1.0)
282
redis-client (>= 0.17.0)
283
redis-client (0.19.1)
284
connection_pool
@@ -411,7 +411,7 @@ DEPENDENCIES
411
puma (~> 6.4)
412
rack-cors
413
rails (~> 7.0.4, >= 7.0.4.3)
414
- redis (~> 5.0)
+ redis (~> 5.1)
415
rspec-rails
416
rubocop
417
rubocop-rails
0 commit comments