Skip to content

Commit 4180afd

Browse files
authored
Merge pull request #92 from tuanle03/dependabot/bundler/redis-5.1.0
2 parents f9c3c6b + cd9878f commit 4180afd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.0'
33+
gem 'redis', '~> 5.1'
3434

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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ GEM
278278
rake (13.1.0)
279279
rdoc (6.6.2)
280280
psych (>= 4.0.0)
281-
redis (5.0.8)
281+
redis (5.1.0)
282282
redis-client (>= 0.17.0)
283283
redis-client (0.19.1)
284284
connection_pool
@@ -411,7 +411,7 @@ DEPENDENCIES
411411
puma (~> 6.4)
412412
rack-cors
413413
rails (~> 7.0.4, >= 7.0.4.3)
414-
redis (~> 5.0)
414+
redis (~> 5.1)
415415
rspec-rails
416416
rubocop
417417
rubocop-rails

0 commit comments

Comments
 (0)