Skip to content

Commit 9b6aa9b

Browse files
Bump redis from 5.2.0 to 5.3.0
Bumps [redis](https://github.com/redis/redis-rb) from 5.2.0 to 5.3.0. - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](redis/redis-rb@v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4a7d566 commit 9b6aa9b

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 'rack-protection'
3030
gem 'rails', '~> 7.1.3'
3131

3232
# Redis for ActionCable and background jobs
33-
gem 'redis', '~> 5.2'
33+
gem 'redis', '~> 5.3'
3434

3535
gem 'rswag'
3636

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ GEM
413413
optimist (>= 3.0.0)
414414
rdoc (6.7.0)
415415
psych (>= 4.0.0)
416-
redis (5.2.0)
416+
redis (5.3.0)
417417
redis-client (>= 0.22.0)
418418
redis-client (0.22.2)
419419
connection_pool
@@ -633,7 +633,7 @@ DEPENDENCIES
633633
rails (~> 7.1.3)
634634
rb-readline
635635
rbtrace
636-
redis (~> 5.2)
636+
redis (~> 5.3)
637637
rspec
638638
rspec-rails
639639
rswag

0 commit comments

Comments
 (0)