Skip to content

Commit

Permalink
loosen dependency on redis-rb to allow v3.1.x
Browse files Browse the repository at this point in the history
Resolves #84
Resolves #85
  • Loading branch information
yaauie committed Jun 22, 2014
1 parent 69efb93 commit 3df9d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis-namespace.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.files += Dir.glob("test/**/*")
s.files += Dir.glob("spec/**/*")

s.add_dependency "redis", "~> 3.0.4"
s.add_dependency "redis", "~> 3.0", ">= 3.0.4"

s.add_development_dependency "rake", "~> 10.1"
s.add_development_dependency "rspec", "~> 2.14"
Expand Down

0 comments on commit 3df9d3d

Please sign in to comment.