about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-05-04 13:58:14 -0700
committerEric Wong <normalperson@yhbt.net>2010-05-04 13:58:53 -0700
commit53be61846ad12d1ae243e287f81608b43fbdd318 (patch)
tree6dd738dd8477bf145865ee6359ac68b88a198c75
parent588af09a7fa0a950d711c3828c93a6a9414daacf (diff)
downloadrainbows-53be61846ad12d1ae243e287f81608b43fbdd318.tar.gz
We expect no API changes in Unicorn for a while
-rw-r--r--rainbows.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/rainbows.gemspec b/rainbows.gemspec
index f69157c..56d7646 100644
--- a/rainbows.gemspec
+++ b/rainbows.gemspec
@@ -43,7 +43,7 @@ Gem::Specification.new do |s|
   # we need Unicorn for the HTTP parser and process management
   # The HTTP parser in Unicorn <= 0.97.0 was vulnerable to a remote DoS
   # when exposed directly to untrusted clients.
-  s.add_dependency(%q<unicorn>, ["~> 0.97.1"])
+  s.add_dependency(%q<unicorn>, [">= 0.97.1", "< 1.0.0"])
 
   # Unicorn already depends on Rack
   # s.add_dependency(%q<rack>)