about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-08-05 23:17:07 +0000
committerEric Wong <normalperson@yhbt.net>2011-08-05 23:32:56 +0000
commit73a8847fac9939e1b42a471f7537b5f89bd5ca94 (patch)
tree3fdd9f71003cf9181365e9f2dbc97b16327a347c /t
parentab175517f8fd22acada6daa46c89edda080fa6a9 (diff)
downloadrainbows-73a8847fac9939e1b42a471f7537b5f89bd5ca94.tar.gz
Diffstat (limited to 't')
-rw-r--r--t/test_isolate_cramp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test_isolate_cramp.rb b/t/test_isolate_cramp.rb
index 3332383..5dcd20e 100644
--- a/t/test_isolate_cramp.rb
+++ b/t/test_isolate_cramp.rb
@@ -17,7 +17,7 @@ lock = File.open(__FILE__, "rb")
 lock.flock(File::LOCK_EX)
 Isolate.now!(opts) do
   if engine == "ruby"
-    gem 'cramp', '0.13'
+    gem 'cramp', '0.14'
   end
 end