Update redis requirement from ~> 4.1 to >= 4.1, < 6.0

Updates the requirements on [redis](https://github.com/redis/redis-rb) to permit the latest version.
- [Release notes](https://github.com/redis/redis-rb/releases)
- [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/redis-rb/compare/v4.7.1...v5.0.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-03-28 21:17:31 +00:00 committed by Jake Spain
parent fbc5015f08
commit 3d85b19572
No known key found for this signature in database
GPG key ID: BC1C4DA0A085E113
2 changed files with 6 additions and 3 deletions

View file

@ -18,7 +18,7 @@ PATH
puma (>= 5.0.4, < 7)
rack (>= 2.2, < 4.0)
rake (~> 13.0)
redis (~> 4.1)
redis (>= 4.1, < 6.0)
sinatra (>= 2, < 4)
spicy-proton (~> 2.1)
statsd-ruby (~> 1.4)
@ -114,7 +114,10 @@ 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.0)
connection_pool
regexp_parser (2.7.0)
rexml (3.2.5)
rspec (3.12.0)

View file

@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.add_dependency 'puma', '>= 5.0.4', '< 7'
s.add_dependency 'rack', '>= 2.2', '< 4.0'
s.add_dependency 'rake', '~> 13.0'
s.add_dependency 'redis', '~> 4.1'
s.add_dependency 'redis', '>= 4.1', '< 6.0'
s.add_dependency 'sinatra', '>= 2', '< 4'
s.add_dependency 'spicy-proton', '~> 2.1'
s.add_dependency 'statsd-ruby', '~> 1.4'