From 00b854e37391322c05cc16115b245d855b4970be Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 19 Nov 2010 10:19:43 +0000 Subject: upgrade to Kgio 2.x and Unicorn 3.x Kgio 2.0.0 has a superior API and less likely to conflict or blow up with other applications. Unicorn 3.x requires Kgio 2.x, too. --- rainbows.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rainbows.gemspec') diff --git a/rainbows.gemspec b/rainbows.gemspec index ef176d2..17b34aa 100644 --- a/rainbows.gemspec +++ b/rainbows.gemspec @@ -44,7 +44,7 @@ Gem::Specification.new do |s| s.add_dependency(%q, ['~> 1.1']) # we need Unicorn for the HTTP parser and process management - s.add_dependency(%q, ["~> 2.0.0"]) + s.add_dependency(%q, ["~> 3.0.0"]) s.add_development_dependency(%q, "~> 3.0.0") # optional runtime dependencies depending on configuration -- cgit v1.2.3-24-ge0c7