Skip to content

Commit 756c922

Browse files
authored
Merge pull request #307 from tuanle03/dependabot/bundler/redis-5.4.0
Bump redis from 5.3.0 to 5.4.0
2 parents 935186f + 2925301 commit 756c922

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ gem 'stimulus-rails'
3030
gem 'jbuilder'
3131

3232
# Use Redis adapter to run Action Cable in production
33-
gem 'redis', '~> 5.3'
33+
gem 'redis', '~> 5.4'
3434

3535
# Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis]
3636
# gem "kredis"

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ GEM
9696
xpath (~> 3.2)
9797
chartkick (5.1.2)
9898
concurrent-ruby (1.3.4)
99-
connection_pool (2.4.1)
99+
connection_pool (2.5.3)
100100
crass (1.0.6)
101101
csv (3.3.0)
102102
date (3.4.0)
@@ -283,9 +283,9 @@ GEM
283283
rake (13.2.1)
284284
rdoc (6.10.0)
285285
psych (>= 4.0.0)
286-
redis (5.3.0)
286+
redis (5.4.0)
287287
redis-client (>= 0.22.0)
288-
redis-client (0.22.2)
288+
redis-client (0.24.0)
289289
connection_pool
290290
regexp_parser (2.10.0)
291291
reline (0.6.0)
@@ -418,7 +418,7 @@ DEPENDENCIES
418418
puma (~> 6.6)
419419
rack-cors
420420
rails (~> 7.0.8)
421-
redis (~> 5.3)
421+
redis (~> 5.4)
422422
rspec-rails
423423
rubocop
424424
rubocop-rails

0 commit comments

Comments
 (0)