Skip to content

Commit 4afdb1f

Browse files
dependabot[bot]rsmithlal
authored andcommitted
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 6324d4e commit 4afdb1f

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
@@ -542,7 +542,7 @@ GEM
542542
optimist (>= 3.0.0)
543543
rdoc (6.12.0)
544544
psych (>= 4.0.0)
545-
redis (5.3.0)
545+
redis (5.4.0)
546546
redis-client (>= 0.22.0)
547547
redis-client (0.23.2)
548548
connection_pool
@@ -770,7 +770,7 @@ DEPENDENCIES
770770
rails (~> 7.1.3)
771771
rb-readline
772772
rbtrace
773-
redis (~> 5.3)
773+
redis (~> 5.4)
774774
rspec
775775
rspec-rails
776776
rswag

0 commit comments

Comments
 (0)