From af3629e6bd88b5744016a1c6217c00c37ef5a376 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 9 Dec 2010 14:42:18 -0800 Subject: bump Unicorn dependency to 3.1.0 We'll be taking advantage of configurable client_buffer_body_size soon. --- rainbows.gemspec | 2 +- t/test_isolate.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rainbows.gemspec b/rainbows.gemspec index 17b34aa..fc8b015 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, ["~> 3.0.0"]) + s.add_dependency(%q, ["~> 3.1.0"]) s.add_development_dependency(%q, "~> 3.0.0") # optional runtime dependencies depending on configuration diff --git a/t/test_isolate.rb b/t/test_isolate.rb index 9c685f8..7aa921d 100644 --- a/t/test_isolate.rb +++ b/t/test_isolate.rb @@ -16,7 +16,7 @@ $stdout.reopen($stderr) Isolate.now!(opts) do gem 'rack', '1.1.0' # Cramp currently requires ~> 1.1.0 gem 'kgio', '2.0.0' - gem 'unicorn', '3.0.1' + gem 'unicorn', '3.1.0' gem 'kcar', '0.1.1' if engine == "ruby" -- cgit v1.2.3-24-ge0c7