Skip to content

Commit

Permalink
want newest redis-namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed May 16, 2011
1 parent 3a49aa9 commit bb6ba7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
resque (1.15.0)
json (>= 1.4.6, < 1.6)
redis-namespace (>= 0.10.0)
redis-namespace (~> 1.0.2)
sinatra (>= 0.9.2)
vegas (~> 0.1.2)

Expand All @@ -19,7 +19,7 @@ GEM
rack (>= 1.0)
rake (0.8.7)
redis (2.2.0)
redis-namespace (1.0)
redis-namespace (1.0.2)
redis (< 3.0.0)
sinatra (1.2.6)
rack (~> 1.1)
Expand Down
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.10.0"
s.add_dependency "redis-namespace", "~> 1.0.2"
s.add_dependency "vegas", "~> 0.1.2"
s.add_dependency "sinatra", ">= 0.9.2"
s.add_dependency "json", ">= 1.4.6", "< 1.6"
Expand Down

0 comments on commit bb6ba7d

Please sign in to comment.