Skip to content

Commit

Permalink
Merge pull request #20 from vakuum/pr-1
Browse files Browse the repository at this point in the history
Fixed redis dependency.
  • Loading branch information
delano authored Nov 10, 2017
2 parents bbc6f94 + d681586 commit 20d5399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ begin
s.authors = ["Delano Mandelbaum"]

s.add_dependency("yajl-ruby", ">= 0.1")
s.add_dependency("redis", ">= 2.0")
s.add_dependency("redis", ">= 2.0", "< 4.0")
s.add_dependency("uri-redis", ">= 0.4.0")
s.add_dependency("drydock", ">= 0.6.9")

Expand Down

0 comments on commit 20d5399

Please sign in to comment.