Skip to content

Commit

Permalink
Update redis requirement from >= 3.0.0, <= 5.1.0 to >= 3.0.0, <= 5.4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [redis](https://github.com/redis/redis-rb) to permit the latest version.
- [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md)
- [Commits](redis/redis-rb@v3.0.0...v5.3.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent 72ecd9a commit 81ad9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rate_limit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'activesupport', '>= 5.2', '< 7.3'
spec.add_dependency 'redis', '>= 3.0.0', '<= 5.1.0'
spec.add_dependency 'redis', '>= 3.0.0', '<= 5.4.0'
spec.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit 81ad9ef

Please sign in to comment.