about summary refs log tree commit homepage
path: root/t/test_isolate_cramp.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-15 09:44:23 -0800
committerEric Wong <normalperson@yhbt.net>2011-02-15 09:45:03 -0800
commit23be173e2506f8a39d3e7b3097cef4e3b8a31ccc (patch)
treee045aaa2fd95abf8ddcad2f17068487b3c07336b /t/test_isolate_cramp.rb
parent061cb38ee10c431a015276c2cf3db37e5e3e66ef (diff)
downloadrainbows-23be173e2506f8a39d3e7b3097cef4e3b8a31ccc.tar.gz
The Cramp::Controller namespace is gone.
Diffstat (limited to 't/test_isolate_cramp.rb')
-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 2dbb606..d73ff3f 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.11'
+    gem 'cramp', '0.12'
   end
 end