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

@ -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'