about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-07 11:59:42 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-07 12:00:17 -0800
commit2d2416daa554dd530b5f2cfeffe3e0e31505c824 (patch)
treefaa34c898ae4927919c9a53de54b34a7704c948f /t
parentfbedef35186609f9e1cdedaa3a9d2a016423fe82 (diff)
downloadrainbows-2d2416daa554dd530b5f2cfeffe3e0e31505c824.tar.gz
We can't possibly keep track of all sub-dependencies,
so only declare primary dependencies until we find
a known problem with a sub-dependency.
Diffstat (limited to 't')
-rw-r--r--t/test_isolate.rb10
1 files changed, 2 insertions, 8 deletions
diff --git a/t/test_isolate.rb b/t/test_isolate.rb
index c8a88fa..0ab80f9 100644
--- a/t/test_isolate.rb
+++ b/t/test_isolate.rb
@@ -16,26 +16,20 @@ $stdout.reopen($stderr)
 lock = File.open(__FILE__, "rb")
 lock.flock(File::LOCK_EX)
 Isolate.now!(opts) do
-  gem 'rack', '1.2.1'
-  gem 'kgio', '2.1.1'
-  gem 'unicorn', '3.3.0'
-  gem 'kcar', '0.1.1'
+  gem 'unicorn', '3.3.1'
+  gem 'kcar', '0.1.2'
 
   if engine == "ruby"
     gem 'sendfile', '1.0.0' # next Rubinius should support this
-
-    gem 'iobuffer', '0.1.3'
     gem 'cool.io', '1.0.0'
 
     gem 'eventmachine', '0.12.10'
-    gem 'sinatra', '1.0.0'
     gem 'async_sinatra', '0.4.0'
 
     gem 'neverblock', '0.1.6.2'
   end
 
   if defined?(::Fiber) && engine == "ruby"
-    gem 'case', '0.5'
     gem 'revactor', '0.1.5'
     gem 'rack-fiber_pool', '0.9.0'
   end