Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions redis-ick.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Gem::Specification.new do |spec|
# redis-script_manager 0.0.6 added support for redis >= 4.0.0 which
# we also intend to support here in redis-ick.
#
spec.required_ruby_version = ['>= 2.2.2', '< 2.7.0'] # tested to 2.6.3
spec.add_runtime_dependency 'redis', '>= 3.0.0', '< 5.0.0' # tested to 4.1.1
spec.required_ruby_version = ['>= 2.2.2', '< 4'] # tested up to 3.3.1
spec.add_runtime_dependency 'redis', '>= 3.0.0', '< 5'
spec.add_runtime_dependency 'redis-script_manager', '~> 0.0.6'

# Development dependencies are captured in Gemfile, per the pattern:
Expand Down