From 53be61846ad12d1ae243e287f81608b43fbdd318 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 4 May 2010 13:58:14 -0700 Subject: gemspec: bump Unicorn dependency We expect no API changes in Unicorn for a while --- rainbows.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ["~> 0.97.1"]) + s.add_dependency(%q, [">= 0.97.1", "< 1.0.0"]) # Unicorn already depends on Rack # s.add_dependency(%q) -- cgit v1.2.3-24-ge0c7