Bump redis from 5.1.0 to 5.2.0

Bumps [redis](https://github.com/redis/redis-rb) from 5.1.0 to 5.2.0.
- [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/redis-rb/compare/v5.1.0...v5.2.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-04-16 05:22:49 +00:00
committed by Ryan Williams
parent 6697689742
commit edc80437ee
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ gem "stimulus-rails"
gem "jbuilder" gem "jbuilder"
# Use Redis adapter to run Action Cable in production # Use Redis adapter to run Action Cable in production
gem "redis", "~> 5.0" gem "redis", "~> 5.2"
# Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis] # Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis]
# gem "kredis" # gem "kredis"
+4 -4
View File
@@ -214,9 +214,9 @@ GEM
rake (13.1.0) rake (13.1.0)
rdoc (6.6.3.1) rdoc (6.6.3.1)
psych (>= 4.0.0) psych (>= 4.0.0)
redis (5.1.0) redis (5.2.0)
redis-client (>= 0.17.0) redis-client (>= 0.22.0)
redis-client (0.21.1) redis-client (0.22.0)
connection_pool connection_pool
regexp_parser (2.9.0) regexp_parser (2.9.0)
reline (0.5.0) reline (0.5.0)
@@ -337,7 +337,7 @@ DEPENDENCIES
puma (~> 6.4) puma (~> 6.4)
rack-mini-profiler rack-mini-profiler
rails (= 7.1.3.2) rails (= 7.1.3.2)
redis (~> 5.0) redis (~> 5.2)
rspec-rails rspec-rails
rubocop-rails rubocop-rails
rubocop-rails-omakase rubocop-rails-omakase