Skip to content

Commit

Permalink
Upgrade redis-namespace dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Jul 26, 2010
1 parent 17d248c commit d834b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resque.gemspec
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", "~> 0.7.0"
s.add_dependency "redis-namespace", "~> 0.8.0"
s.add_dependency "vegas", "~> 0.1.2"
s.add_dependency "sinatra", ">= 0.9.2"
s.add_dependency "json_pure", "~> 1.4.0"
Expand Down

0 comments on commit d834b90

Please sign in to comment.