Skip to content

Commit 11e9a99

Browse files
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] <support@github.com>
1 parent 312f3bc commit 11e9a99

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
@@ -316,9 +316,9 @@ GEM
316316
ffi (~> 1.0)
317317
rdoc (6.12.0)
318318
psych (>= 4.0.0)
319-
redis (5.3.0)
319+
redis (5.4.0)
320320
redis-client (>= 0.22.0)
321-
redis-client (0.22.2)
321+
redis-client (0.24.0)
322322
connection_pool
323323
regexp_parser (2.10.0)
324324
reline (0.6.0)
@@ -455,7 +455,7 @@ DEPENDENCIES
455455
rack-brotli
456456
rack-cors (~> 2.0)
457457
rails (~> 8.0.1)
458-
redis (~> 5.3)
458+
redis (~> 5.4)
459459
rubocop (~> 1.73.1)
460460
rubocop-performance (~> 1.24.0)
461461
rubocop-rails (~> 2.30.2)

0 commit comments

Comments
 (0)