Skip to content

Commit

Permalink
allow versions of redis >= 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano B committed May 30, 2012
1 parent 0552968 commit 6bfbc36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions split.gemspec
Expand Up @@ -18,8 +18,8 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"] s.require_paths = ["lib"]


s.add_dependency 'redis', '~> 2.1' s.add_dependency 'redis', '>= 2.1'
s.add_dependency 'redis-namespace', '~> 1.1.0' s.add_dependency 'redis-namespace', '>= 1.1.0'
s.add_dependency 'sinatra', '>= 1.2.6' s.add_dependency 'sinatra', '>= 1.2.6'


s.add_development_dependency 'rake' s.add_development_dependency 'rake'
Expand Down

0 comments on commit 6bfbc36

Please sign in to comment.