(RE-15162) Update Redis gem to version 5.0.

This commit is contained in:
isaac-hammes 2023-04-21 06:49:16 -07:00 committed by Jake Spain
parent f243cbab20
commit 1aad972755
No known key found for this signature in database
GPG key ID: BC1C4DA0A085E113
4 changed files with 62 additions and 52 deletions

View file

@ -3,7 +3,7 @@ PATH
specs:
vmpooler (3.1.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.22.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)
@ -114,19 +114,22 @@ GEM
rack (>= 1.3)
rainbow (3.1.1)
rake (13.0.6)
redis (4.8.1)
redis (5.0.6)
redis-client (>= 0.9.0)
redis-client (0.14.1)
connection_pool
regexp_parser (2.8.0)
rexml (3.2.5)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.1)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.2)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.3)
rspec-mocks (3.12.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
@ -169,9 +172,7 @@ GEM
rspec (~> 3)
PLATFORMS
universal-java-1.8
universal-java-11
x86_64-linux
DEPENDENCIES
climate_control (>= 0.2.0)
@ -186,4 +187,4 @@ DEPENDENCIES
yarjuf (>= 2.0)
BUNDLED WITH
2.3.18
2.4.12