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-21 13:21:07 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-21 16:54:02 -0800
commit247ce76b4aabfa42157b9cbf9ebae824819cfff6 (patch)
treeb3c61036f7befb1d9cb697193dc8a629ac362fe7 /t/test_isolate.rb
parentb33ab73a984660ab2d741b32725ab21d7860bef3 (diff)
downloadrainbows-247ce76b4aabfa42157b9cbf9ebae824819cfff6.tar.gz
We can eliminate the State module to simplify our code
since 1.3.x keeps better track of things.
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 f0f16f1..7b601e7 100644
--- a/t/test_isolate.rb
+++ b/t/test_isolate.rb
@@ -34,7 +34,7 @@ Isolate.now!(opts) do
     gem 'rack-fiber_pool', '0.9.1'
   end
 
-  gem 'sleepy_penguin', '1.2.0'
+  gem 'sleepy_penguin', '1.3.1'
 end
 
 $stdout.reopen(old_out)