Skip to content

Commit

Permalink
Allow for latest version of redis-namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhinson committed Jun 14, 2012
1 parent b5751bd commit 1bc0c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vanity.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 1.8.7'
spec.add_dependency "redis", ">= 2.0"
spec.add_dependency "redis-namespace", "~>1.0.0"
spec.add_dependency "redis-namespace", ">= 1.0.0"
end

0 comments on commit 1bc0c55

Please sign in to comment.