about summary refs log tree commit homepage
path: root/t/test_isolate.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-21 02:47:31 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-21 02:48:00 +0000
commit82c93e28e743480d59c81406a3aaad3b6ba4269f (patch)
tree8c405889b202af0d7fde6f0e147ed3f541ae8fa6 /t/test_isolate.rb
parent679a4b4673f66a299322facfe2acb8776bf61c00 (diff)
downloadrainbows-82c93e28e743480d59c81406a3aaad3b6ba4269f.tar.gz
Everything should be working under Ruby 1.9.2(-preview3) now.
Diffstat (limited to 't/test_isolate.rb')
-rw-r--r--t/test_isolate.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/t/test_isolate.rb b/t/test_isolate.rb
index 06e4b10..7edab60 100644
--- a/t/test_isolate.rb
+++ b/t/test_isolate.rb
@@ -22,9 +22,8 @@ Isolate.now!(opts) do
     gem 'rev', '0.3.2'
 
     gem 'eventmachine', '0.12.10'
-
-    gem 'sinatra', '0.9.4'
-    gem 'async_sinatra', '0.1.5'
+    gem 'sinatra', '1.0.0'
+    gem 'async_sinatra', '0.2.1'
 
     gem 'neverblock', '0.1.6.2'
     gem 'cramp', '0.11'