Skip to content

Commit e68aa8f

Browse files
authored
Merge pull request #124 from tuanle03/dependabot/bundler/redis-5.2.0
Bump redis from 5.1.0 to 5.2.0
2 parents b6d7492 + 8cc853b commit e68aa8f

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.1'
33+
gem 'redis', '~> 5.2'
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
@@ -278,9 +278,9 @@ GEM
278278
rake (13.2.1)
279279
rdoc (6.6.3.1)
280280
psych (>= 4.0.0)
281-
redis (5.1.0)
282-
redis-client (>= 0.17.0)
283-
redis-client (0.19.1)
281+
redis (5.2.0)
282+
redis-client (>= 0.22.0)
283+
redis-client (0.22.1)
284284
connection_pool
285285
regexp_parser (2.9.0)
286286
reline (0.5.0)
@@ -411,7 +411,7 @@ DEPENDENCIES
411411
puma (~> 6.4)
412412
rack-cors
413413
rails (~> 7.0.8)
414-
redis (~> 5.1)
414+
redis (~> 5.2)
415415
rspec-rails
416416
rubocop
417417
rubocop-rails

0 commit comments

Comments
 (0)