about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-10-20 17:48:58 -0700
committerEric Wong <normalperson@yhbt.net>2010-10-21 00:49:36 +0000
commitd4a2b5dd2b85f4b2d3bb120ee1e1b0dde31bc25c (patch)
tree85866cc775a213216701ccaedf16061f15d13975 /t
parenta085ba3586756ac1f778d2862f75889de2449b0e (diff)
downloadrainbows-d4a2b5dd2b85f4b2d3bb120ee1e1b0dde31bc25c.tar.gz
We get basic internal API changes from Unicorn,
code simplifications coming next.
Diffstat (limited to 't')
-rw-r--r--t/test_isolate.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/test_isolate.rb b/t/test_isolate.rb
index d39d7be..3f7fdef 100644
--- a/t/test_isolate.rb
+++ b/t/test_isolate.rb
@@ -15,8 +15,8 @@ $stdout.reopen($stderr)
 
 Isolate.now!(opts) do
   gem 'rack', '1.1.0' # Cramp currently requires ~> 1.1.0
-  gem 'kgio', '1.0.1'
-  gem 'unicorn', '1.1.3'
+  gem 'kgio', '1.3.1'
+  gem 'unicorn', '2.0.0pre3'
   gem 'kcar', '0.1.1'
 
   if engine == "ruby"