about summary refs log tree commit homepage
path: root/t/test_isolate.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-07 11:47:05 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-07 11:52:03 -0800
commitf1893ae9786db250fd95def1cf958f2351cb84c5 (patch)
tree4a6f9d44aae7334b2ae7f9275a1088ef8c263f8f /t/test_isolate.rb
parent360ba90a9a50b5aabd1c65d51034c7ebe77e36ef (diff)
downloadrainbows-f1893ae9786db250fd95def1cf958f2351cb84c5.tar.gz
We need to split out Cramp tests to Isolate to a
different path, which sucks, but oh well.  Cramp
hasn't had a release in a while...
Diffstat (limited to 't/test_isolate.rb')
-rw-r--r--t/test_isolate.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/test_isolate.rb b/t/test_isolate.rb
index d33baed..447e84f 100644
--- a/t/test_isolate.rb
+++ b/t/test_isolate.rb
@@ -14,7 +14,7 @@ old_out = $stdout.dup
 $stdout.reopen($stderr)
 
 Isolate.now!(opts) do
-  gem 'rack', '1.1.0' # Cramp currently requires ~> 1.1.0
+  gem 'rack', '1.2.1'
   gem 'kgio', '2.1.1'
   gem 'unicorn', '3.3.0'
   gem 'kcar', '0.1.1'
@@ -30,7 +30,6 @@ Isolate.now!(opts) do
     gem 'async_sinatra', '0.2.1'
 
     gem 'neverblock', '0.1.6.2'
-    gem 'cramp', '0.11'
   end
 
   if defined?(::Fiber) && engine == "ruby"