Skip to content

Commit fb9109c

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] <[email protected]>
1 parent 8df47e7 commit fb9109c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gem "cssbundling-rails"
3131
gem "jbuilder"
3232

3333
# Use Redis adapter to run Action Cable in production
34-
gem "redis", "~> 5.3"
34+
gem "redis", "~> 5.4"
3535

3636
# Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis]
3737
# gem "kredis"

Diff for: Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -310,9 +310,9 @@ GEM
310310
ffi (~> 1.0)
311311
rdoc (6.12.0)
312312
psych (>= 4.0.0)
313-
redis (5.3.0)
313+
redis (5.4.0)
314314
redis-client (>= 0.22.0)
315-
redis-client (0.23.2)
315+
redis-client (0.24.0)
316316
connection_pool
317317
regexp_parser (2.10.0)
318318
reline (0.6.0)
@@ -473,7 +473,7 @@ DEPENDENCIES
473473
pg (~> 1.5)
474474
puma (>= 5.0)
475475
rails (~> 8.0.0)
476-
redis (~> 5.3)
476+
redis (~> 5.4)
477477
rspec-rails
478478
selenium-webdriver
479479
shoulda-matchers

0 commit comments

Comments
 (0)