From c6ecda097af9cc559b2d38b01ae23daf733b3786 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 26 May 2010 22:20:03 +0000 Subject: gemspec: bump Unicorn dependency no major internal changes until 2.0.0+ --- rainbows.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, [">= 0.97.1", "< 1.0.0"]) + s.add_dependency(%q, [">= 0.97.1", "< 2.0.0"]) # Unicorn already depends on Rack # s.add_dependency(%q) -- cgit v1.2.3-24-ge0c7