about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-08-05 18:15:45 +0000
committerEric Wong <normalperson@yhbt.net>2011-08-05 18:15:45 +0000
commitc6bb07a6475f71dc1e2b46b87a34fbbf46c52b5d (patch)
tree1e1c85913d83e966221b0db4acf64bb6954fac52 /t
parent8134763f3cc8403ef0e718aa511b192d305a0182 (diff)
downloadrainbows-c6bb07a6475f71dc1e2b46b87a34fbbf46c52b5d.tar.gz
cramp was just released a few days ago and all the
tested pieces seem to work...
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 d73ff3f..3332383 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.12'
+    gem 'cramp', '0.13'
   end
 end