about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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