Skip to content

Commit 75b8434

Browse files
Build(deps): Bump redis from 5.3.0 to 5.4.0
Bumps [redis](https://github.com/redis/redis-rb) from 5.3.0 to 5.4.0. - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](redis/redis-rb@v5.3.0...v5.4.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 4a92a67 commit 75b8434

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

3535
gem 'rswag'
3636

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ GEM
533533
optimist (>= 3.0.0)
534534
rdoc (6.12.0)
535535
psych (>= 4.0.0)
536-
redis (5.3.0)
536+
redis (5.4.0)
537537
redis-client (>= 0.22.0)
538538
redis-client (0.23.2)
539539
connection_pool
@@ -764,7 +764,7 @@ DEPENDENCIES
764764
rails (~> 7.1.3)
765765
rb-readline
766766
rbtrace
767-
redis (~> 5.3)
767+
redis (~> 5.4)
768768
rspec
769769
rspec-rails
770770
rswag

0 commit comments

Comments
 (0)