Skip to content

Commit eda9826

Browse files
Bump redis from 5.3.0 to 5.4.0 (#1231)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 58c4a6a commit eda9826

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ gem 'addressable', '~> 2.8'
2828
gem "good_job", "~> 4.8"
2929

3030
# Caching
31-
gem 'redis', '~> 5.3'
31+
gem 'redis', '~> 5.4'
3232
gem 'hiredis'
3333

3434
# Monitoring & Telemetry

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,9 @@ GEM
319319
ffi (~> 1.0)
320320
rdoc (6.12.0)
321321
psych (>= 4.0.0)
322-
redis (5.3.0)
322+
redis (5.4.0)
323323
redis-client (>= 0.22.0)
324-
redis-client (0.22.2)
324+
redis-client (0.24.0)
325325
connection_pool
326326
regexp_parser (2.10.0)
327327
reline (0.6.0)
@@ -459,7 +459,7 @@ DEPENDENCIES
459459
rack-brotli
460460
rack-cors (~> 2.0)
461461
rails (~> 8.0.1)
462-
redis (~> 5.3)
462+
redis (~> 5.4)
463463
rubocop (~> 1.75.1)
464464
rubocop-performance (~> 1.25.0)
465465
rubocop-rails (~> 2.31.0)

0 commit comments

Comments
 (0)