about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-04 22:38:31 +0000
committerEric Wong <normalperson@yhbt.net>2011-02-04 22:38:31 +0000
commitba9a22b6926db058199d44a626b923376c8a850f (patch)
tree9f4bafcd92c7f597e2fe188ceb83bf339471be8d /t
parentda93ad1c07ff9deb4d3a2e765b26f87ccf68aa23 (diff)
downloadrainbows-ba9a22b6926db058199d44a626b923376c8a850f.tar.gz
We can't work around it effectively in the C extension
itself.  This requires the latest sleepy_penguin gem.
Diffstat (limited to 't')
-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 f9b9d84..b1f6fe6 100644
--- a/t/test_isolate.rb
+++ b/t/test_isolate.rb
@@ -35,7 +35,7 @@ Isolate.now!(opts) do
     gem 'rack-fiber_pool', '0.9.1'
   end
 
-  gem 'sleepy_penguin', '1.3.1' if RUBY_PLATFORM =~ /linux/
+  gem 'sleepy_penguin', '1.4.0' if RUBY_PLATFORM =~ /linux/
 end
 
 $stdout.reopen(old_out)