about summary refs log tree commit homepage
path: root/rainbows.gemspec
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-05 01:31:44 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-05 01:31:44 -0800
commit630501f6214a8d44bd2e7a5ae43badf2c0e093f8 (patch)
tree8a0ce33b9b0807bc54de942197c413a0c86f329a /rainbows.gemspec
parenteb0b56d71731d2dbcfe4022b202677b9173ef81d (diff)
downloadrainbows-630501f6214a8d44bd2e7a5ae43badf2c0e093f8.tar.gz
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.
Diffstat (limited to 'rainbows.gemspec')
-rw-r--r--rainbows.gemspec2
1 files changed, 1 insertions, 1 deletions
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<unicorn>, ["~> 0.93.5"])
+  s.add_dependency(%q<unicorn>, ["~> 0.94.0"])
 
   # Unicorn already depends on Rack
   # s.add_dependency(%q<rack>)