Merge pull request #561 from puppetlabs/update_redis

(RE-15162) Update Redis gem to version 5.0.
This commit is contained in:
Jake Spain 2023-08-14 13:59:24 -04:00 committed by GitHub
commit 77cc124510
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 68 additions and 56 deletions

View file

@ -3,7 +3,7 @@ PATH
specs:
vmpooler (3.2.0)
concurrent-ruby (~> 1.1)
connection_pool (~> 2.2)
connection_pool (~> 2.4)
deep_merge (~> 1.2)
net-ldap (~> 0.16)
opentelemetry-exporter-jaeger (= 0.23.0)
@ -18,7 +18,7 @@ PATH
puma (>= 5.0.4, < 7)
rack (>= 2.2, < 4.0)
rake (~> 13.0)
redis (~> 4.1)
redis (~> 5.0)
sinatra (>= 2, < 4)
spicy-proton (~> 2.1)
statsd-ruby (~> 1.4)
@ -124,7 +124,10 @@ GEM
rack (>= 1.3)
rainbow (3.1.1)
rake (13.0.6)
redis (4.8.1)
redis (5.0.7)
redis-client (>= 0.9.0)
redis-client (0.15.0)
connection_pool
regexp_parser (2.8.1)
rexml (3.2.6)
rspec (3.12.0)