Skip to content

Commit

Permalink
loosen dependency of redis-namespace to 1.x
Browse files Browse the repository at this point in the history
this allows compatibility of redis-rb 3.0.0
  • Loading branch information
hone committed May 31, 2012
1 parent 6484c72 commit fc0e2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resque.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = [ "LICENSE", "README.markdown" ]
s.rdoc_options = ["--charset=UTF-8"]

s.add_dependency "redis-namespace", "~> 1.0.2"
s.add_dependency "redis-namespace", "~> 1.0"
s.add_dependency "vegas", "~> 0.1.2"
s.add_dependency "sinatra", ">= 0.9.2"
s.add_dependency "multi_json", "~> 1.0"
Expand Down

0 comments on commit fc0e2db

Please sign in to comment.