about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-11-17 10:06:45 -0800
committerEric Wong <normalperson@yhbt.net>2010-11-17 15:52:07 -0800
commit0f00424be24806791f2b253ddac6d35102842646 (patch)
tree629f302d560ac090fed3499cd4c19283a5e5f4d2
parent31cf77e7aa2f2e6065e7ace44e55c3f042b51f1b (diff)
downloadrainbows-0f00424be24806791f2b253ddac6d35102842646.tar.gz
It allows disabling rewindable input and contains
simpler code for upload processing.
-rw-r--r--t/test_isolate.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test_isolate.rb b/t/test_isolate.rb
index e4f53c0..59763e0 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', '1.3.1'
-  gem 'unicorn', '2.0.0'
+  gem 'unicorn', '3.0.0pre1.9.g86d2'
   gem 'kcar', '0.1.1'
 
   if engine == "ruby"