Skip to content

Commit

Permalink
Merge pull request #43 from catawiki/dependabot/bundler/redis-gte-3.0…
Browse files Browse the repository at this point in the history
….0-and-lte-5.4.0

Update redis requirement from >= 3.0.0, <= 5.1.0 to >= 3.0.0, <= 5.4.0
  • Loading branch information
fcbr authored Oct 24, 2024
2 parents f86dcd4 + 1b02af4 commit f79f109
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 f79f109

Please sign in to comment.