about summary refs log tree commit homepage
path: root/rainbows.gemspec
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-07-08 09:25:18 +0000
committerEric Wong <normalperson@yhbt.net>2010-07-08 09:25:18 +0000
commitb07c3e00b390eebde32c762fd17ab387490c7552 (patch)
tree5127f591d467352b63ccb4d639f73c2773fa65fa /rainbows.gemspec
parent13baf8bd44683a376b79c01c3abbaa71e5b86a71 (diff)
downloadrainbows-b07c3e00b390eebde32c762fd17ab387490c7552.tar.gz
Diffstat (limited to 'rainbows.gemspec')
-rw-r--r--rainbows.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/rainbows.gemspec b/rainbows.gemspec
index ca925ae..452b8cd 100644
--- a/rainbows.gemspec
+++ b/rainbows.gemspec
@@ -46,11 +46,11 @@ 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>, [">= 0.991.0", "< 2.0.0"])
+  s.add_dependency(%q<unicorn>, [">= 1.1.0", "< 2.0.0"])
   s.add_development_dependency(%q<isolate>, "~> 2.0.2")
 
   # optional runtime dependencies depending on configuration
-  # see config/isolate.rb for the exact versions we've tested with
+  # see t/test_isolate.rb for the exact versions we've tested with
   #
   # Revactor >= 0.1.5 includes UNIX domain socket support
   # s.add_dependency(%q<revactor>, [">= 0.1.5"])