about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-05-08 23:18:41 +0000
committerEric Wong <normalperson@yhbt.net>2012-05-08 23:18:41 +0000
commit9573d9bc6c63aced28300a9d7346b5575eed8b7d (patch)
tree65cfb0968c75d969665d96be5df00cdef7b35c28 /t
parent335b383fa43a6d21d473ebc81668dae9a3c09055 (diff)
downloadrainbows-9573d9bc6c63aced28300a9d7346b5575eed8b7d.tar.gz
We'll be making the XEpollThreadPool users depend on this, too.
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 d45c910..3b06b3d 100644
--- a/t/test_isolate.rb
+++ b/t/test_isolate.rb
@@ -38,7 +38,7 @@ Isolate.now!(opts) do
   end
 
   if RUBY_PLATFORM =~ /linux/
-    gem 'sleepy_penguin', '3.0.1'
+    gem 'sleepy_penguin', '3.1.0'
 
     # is 2.6.32 new enough?
     gem 'io_splice', '4.1.1' if `uname -r`.strip > '2.6.32'