Skip to content

Commit

Permalink
relax dependency on redis version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlecompte committed Aug 13, 2012
1 parent 7f063ff commit 0795ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis_failover.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = RedisFailover::VERSION

gem.add_dependency('redis', '~> 3')
gem.add_dependency('redis', ['>= 2.2', '< 4'])
gem.add_dependency('redis-namespace')
gem.add_dependency('multi_json', '~> 1')
gem.add_dependency('zk', '~> 1.6')
Expand Down

0 comments on commit 0795ffa

Please sign in to comment.