Skip to content

Commit

Permalink
Relax redis gem dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Kareem Kouddous committed Jul 2, 2014
1 parent bf48f7b commit 4d1a46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion promiscuous.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_dependency "bunny", ">= 0.10.7"
s.add_dependency "amq-protocol", ">= 1.8.0"
s.add_dependency "ruby-progressbar", "~> 1.2.0"
s.add_dependency "redis", "~> 3.0.2"
s.add_dependency "redis", "~> 3.0"
s.add_dependency "algorithms", "~> 0.6.1"
s.add_dependency "fnv", "0.2.0"
s.add_dependency "multi_json", "~> 1.8.0"
Expand Down

0 comments on commit 4d1a46a

Please sign in to comment.