From d4a2b5dd2b85f4b2d3bb120ee1e1b0dde31bc25c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 20 Oct 2010 17:48:58 -0700 Subject: unicorn 2.x updates + kgio We get basic internal API changes from Unicorn, code simplifications coming next. --- rainbows.gemspec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'rainbows.gemspec') diff --git a/rainbows.gemspec b/rainbows.gemspec index 95442d2..6d5f990 100644 --- a/rainbows.gemspec +++ b/rainbows.gemspec @@ -44,11 +44,8 @@ Gem::Specification.new do |s| s.add_dependency(%q, ['~> 1.1']) # we need Unicorn for the HTTP parser and process management - # Unicorn 0.991.0 handles config.ru when started outside of - # the prespecified working_directory - s.add_dependency(%q, [">= 1.1.3", "< 2.0.0"]) - s.add_dependency(%q, ["~> 1.0.1"]) - s.add_development_dependency(%q, "~> 2.1.0") + s.add_dependency(%q, ["~> 2.0.0pre3"]) + s.add_development_dependency(%q, "~> 2.1.2") # optional runtime dependencies depending on configuration # see t/test_isolate.rb for the exact versions we've tested with -- cgit v1.2.3-24-ge0c7