about summary refs log tree commit homepage
path: root/rainbows.gemspec
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-26 09:50:06 +0000
committerEric Wong <normalperson@yhbt.net>2010-12-26 09:53:30 +0000
commit92a11cdfe00c5e551388c2cc1a62bfc59d568c6f (patch)
treebe53d6e77837501003bf8ca65fe388a87e8eacba /rainbows.gemspec
parent17156f6f561c6d697a83e3b9beae2d58eb796428 (diff)
downloadrainbows-92a11cdfe00c5e551388c2cc1a62bfc59d568c6f.tar.gz
Unicorn 3.2.1 gives us an improved HttpParser#next? that
preserves state until the next HttpParser#parse call.
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 761b71b..6a94bc7 100644
--- a/rainbows.gemspec
+++ b/rainbows.gemspec
@@ -36,7 +36,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>, ["~> 3.1.0"])
+  s.add_dependency(%q<unicorn>, ["~> 3.2"])
   s.add_development_dependency(%q<isolate>, "~> 3.0.0")
   s.add_development_dependency(%q<wrongdoc>, "~> 1.0.1")