about summary refs log tree commit homepage
path: root/rainbows.gemspec
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-05-26 22:20:03 +0000
committerEric Wong <normalperson@yhbt.net>2010-05-26 22:20:03 +0000
commitc6ecda097af9cc559b2d38b01ae23daf733b3786 (patch)
tree40d313673a8428066b76a47fc88d323f44a0dc2c /rainbows.gemspec
parentb37fa6ad928fb2b5dc55126c5ad4caa55ee3193b (diff)
downloadrainbows-c6ecda097af9cc559b2d38b01ae23daf733b3786.tar.gz
no major internal changes until 2.0.0+
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 56d7646..57447a7 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", "< 1.0.0"])
+  s.add_dependency(%q<unicorn>, [">= 0.97.1", "< 2.0.0"])
 
   # Unicorn already depends on Rack
   # s.add_dependency(%q<rack>)