about summary refs log tree commit homepage
path: root/rainbows.gemspec
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-11-19 10:19:43 +0000
committerEric Wong <normalperson@yhbt.net>2010-11-19 14:44:21 -0800
commit00b854e37391322c05cc16115b245d855b4970be (patch)
treed6ad270abfa9352efbeba27c85d64de11210270a /rainbows.gemspec
parent0f00424be24806791f2b253ddac6d35102842646 (diff)
downloadrainbows-00b854e37391322c05cc16115b245d855b4970be.tar.gz
Kgio 2.0.0 has a superior API and less likely to conflict or
blow up with other applications.  Unicorn 3.x requires Kgio 2.x,
too.
Diffstat (limited to 'rainbows.gemspec')
-rw-r--r--rainbows.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/rainbows.gemspec b/rainbows.gemspec
index ef176d2..17b34aa 100644
--- a/rainbows.gemspec
+++ b/rainbows.gemspec
@@ -44,7 +44,7 @@ Gem::Specification.new do |s|
   s.add_dependency(%q<rack>, ['~> 1.1'])
 
   # we need Unicorn for the HTTP parser and process management
-  s.add_dependency(%q<unicorn>, ["~> 2.0.0"])
+  s.add_dependency(%q<unicorn>, ["~> 3.0.0"])
   s.add_development_dependency(%q<isolate>, "~> 3.0.0")
 
   # optional runtime dependencies depending on configuration