Skip to content

Commit 908d6a0

Browse files
Bump redis from 5.2.0 to 5.3.0
Bumps [redis](https://github.com/redis/redis-rb) from 5.2.0 to 5.3.0. - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](redis/redis-rb@v5.2.0...v5.3.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 a848430 commit 908d6a0

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
@@ -30,7 +30,7 @@ gem 'stimulus-rails'
3030
gem 'jbuilder'
3131

3232
# Use Redis adapter to run Action Cable in production
33-
gem 'redis', '~> 5.2'
33+
gem 'redis', '~> 5.3'
3434

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

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,9 @@ GEM
277277
rake (13.2.1)
278278
rdoc (6.6.3.1)
279279
psych (>= 4.0.0)
280-
redis (5.2.0)
280+
redis (5.3.0)
281281
redis-client (>= 0.22.0)
282-
redis-client (0.22.1)
282+
redis-client (0.22.2)
283283
connection_pool
284284
regexp_parser (2.9.2)
285285
reline (0.5.0)
@@ -412,7 +412,7 @@ DEPENDENCIES
412412
puma (~> 6.4)
413413
rack-cors
414414
rails (~> 7.0.8)
415-
redis (~> 5.2)
415+
redis (~> 5.3)
416416
rspec-rails
417417
rubocop
418418
rubocop-rails

0 commit comments

Comments
 (0)