about summary refs log tree commit homepage
path: root/t/test_isolate.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-14 18:49:58 +0000
committerEric Wong <normalperson@yhbt.net>2011-01-14 20:33:37 +0000
commit18db44fe89b8ba61f21b92f6efece37baa8bd6c7 (patch)
treeaac0be37b373f23d7059739156aff9bb7025e7b9 /t/test_isolate.rb
parent2eb58a62a5e738c287db8239f4f4e8d1d02ed328 (diff)
downloadrainbows-18db44fe89b8ba61f21b92f6efece37baa8bd6c7.tar.gz
We always try to track the latest and greatest.  We've also
updated the test to actually test concurrency since
rack-fiber_pool reuses recent fibers now.
Diffstat (limited to 't/test_isolate.rb')
-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 0ab80f9..9b0c026 100644
--- a/t/test_isolate.rb
+++ b/t/test_isolate.rb
@@ -31,7 +31,7 @@ Isolate.now!(opts) do
 
   if defined?(::Fiber) && engine == "ruby"
     gem 'revactor', '0.1.5'
-    gem 'rack-fiber_pool', '0.9.0'
+    gem 'rack-fiber_pool', '0.9.1'
   end
 end