Skip to content

Commit 9e722f8

Browse files
Merge pull request #934 from davidsiaw/dependabot/bundler/redis-5.4.0
2 parents 77a53db + 410edf1 commit 9e722f8

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
@@ -19,7 +19,7 @@ gem 'uglifier', '>= 1.3.0'
1919
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
2020
gem 'jbuilder', '~> 2.13'
2121
# Use Redis adapter to run Action Cable in production
22-
gem 'redis', '~> 5.3'
22+
gem 'redis', '~> 5.4'
2323
# Use ActiveModel has_secure_password
2424
gem 'bcrypt', '~> 3.1.19'
2525

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ GEM
444444
rchardet (1.8.0)
445445
rdoc (6.9.0)
446446
psych (>= 4.0.0)
447-
redis (5.3.0)
447+
redis (5.4.0)
448448
redis-client (>= 0.22.0)
449449
redis-client (0.24.0)
450450
connection_pool
@@ -639,7 +639,7 @@ DEPENDENCIES
639639
pg (>= 0.18, < 2.0)
640640
pry-byebug
641641
rails (~> 8)
642-
redis (~> 5.3)
642+
redis (~> 5.4)
643643
rspec-rails
644644
rspec_junit_formatter
645645
rubocop

0 commit comments

Comments
 (0)