From 630501f6214a8d44bd2e7a5ae43badf2c0e093f8 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 5 Nov 2009 01:31:44 -0800 Subject: ev_core: remove Tempfile usage once again We're simply too uncomfortable with the weird GC issues associated with Tempfile and having linked temporary files at all. Instead just depend on the #size-aware TmpIO class that Unicorn 0.94.0 provides for us. --- rainbows.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rainbows.gemspec') diff --git a/rainbows.gemspec b/rainbows.gemspec index dea8603..9237dfc 100644 --- a/rainbows.gemspec +++ b/rainbows.gemspec @@ -41,7 +41,7 @@ Gem::Specification.new do |s| s.test_files = test_files # we need Unicorn for the HTTP parser and process management - s.add_dependency(%q, ["~> 0.93.5"]) + s.add_dependency(%q, ["~> 0.94.0"]) # Unicorn already depends on Rack # s.add_dependency(%q) -- cgit v1.2.3-24-ge0c7