about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-20 18:23:50 -0700
committerEric Wong <normalperson@yhbt.net>2011-05-21 01:38:36 +0000
commit07cb79c14399a292ae2a50db007180941c758c69 (patch)
tree4df709976c2f9aee046fb501e9c5c35ff2b850e8 /t
parent9009074ae535438696b706b4d6b8d4c72187c33e (diff)
downloadrainbows-07cb79c14399a292ae2a50db007180941c758c69.tar.gz
It's better under 1.9.3
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 562f1b6..7e5f379 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', '2.0.0'
+    gem 'sleepy_penguin', '3.0.0'
 
     # is 2.6.32 new enough?
     gem 'io_splice', '4.1.1' if `uname -r`.strip > '2.6.32'