about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-11-20 03:10:09 +0000
committerEric Wong <normalperson@yhbt.net>2010-11-20 03:10:09 +0000
commitc33878ac0f9f990aaa2054f8f00674d61bf5c848 (patch)
tree569a0b27eb9314076ec71a2256317d28be9b61fe
parenta5986295bfb7bd7c44c863e4670f16481097c7fc (diff)
downloadrainbows-c33878ac0f9f990aaa2054f8f00674d61bf5c848.tar.gz
Unicorn 3.0.0 is final and released, so we will use it in our
tests
-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 852682a..5c7f21d 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.0pre2'
+  gem 'unicorn', '3.0.0'
   gem 'kcar', '0.1.1'
 
   if engine == "ruby"