about summary refs log tree commit homepage
path: root/rainbows.gemspec
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-07-11 02:51:10 +0000
committerEric Wong <normalperson@yhbt.net>2010-07-11 02:51:10 +0000
commitfa57995d922f0bcd63472c7421716ce7a8eee5cc (patch)
treee3246267304e3c1fe02e770602e212364fda5c86 /rainbows.gemspec
parent35ef536124ef91a20a1093f6161b57c2a2b9f358 (diff)
downloadrainbows-fa57995d922f0bcd63472c7421716ce7a8eee5cc.tar.gz
This avoids costant resolution problems on client EOF
during input processing.
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 8ccb075..0b78a18 100644
--- a/rainbows.gemspec
+++ b/rainbows.gemspec
@@ -46,7 +46,7 @@ Gem::Specification.new do |s|
   # we need Unicorn for the HTTP parser and process management
   # Unicorn 0.991.0 handles config.ru when started outside of
   # the prespecified working_directory
-  s.add_dependency(%q<unicorn>, [">= 1.1.0", "< 2.0.0"])
+  s.add_dependency(%q<unicorn>, [">= 1.1.1", "< 2.0.0"])
   s.add_development_dependency(%q<isolate>, "~> 2.1.0")
 
   # optional runtime dependencies depending on configuration