about summary refs log tree commit homepage
path: root/rainbows.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'rainbows.gemspec')
-rw-r--r--rainbows.gemspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/rainbows.gemspec b/rainbows.gemspec
index c2f83c2..4726987 100644
--- a/rainbows.gemspec
+++ b/rainbows.gemspec
@@ -41,9 +41,9 @@ Gem::Specification.new do |s|
   s.test_files = test_files
 
   # 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.990.0", "< 2.0.0"])
+  # 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_development_dependency(%q<isolate>, "~> 2.0.2")
 
   # Unicorn already depends on Rack