From a5064bc0bb549ca60e3e4d5f1a912bafa46c7f5f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 24 Feb 2010 15:04:15 -0800 Subject: switch to Unicorn.builder, depend on Unicorn 0.97.0+ The Unicorn.builder helper will help us avoid namespace conflicts inside config.ru, allowing us to pass tests. While we're at it, port some tests over from the latest unicorn.git for dealing with bad configs. --- rainbows.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rainbows.gemspec') diff --git a/rainbows.gemspec b/rainbows.gemspec index fc6be20..0fda618 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.96.1 did not use the Ruby # API correctly and resulted in a memory leak - s.add_dependency(%q, ["~> 0.96.1", "< 0.97.0"]) + s.add_dependency(%q, ["~> 0.97.0"]) # Unicorn already depends on Rack # s.add_dependency(%q) -- cgit v1.2.3-24-ge0c7