about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-05-09 21:11:13 +0000
committerEric Wong <normalperson@yhbt.net>2012-05-09 21:11:13 +0000
commit3e61265d4193340721dd53178c43c4fa24debb79 (patch)
tree7cca4e2910b32dab7d152d91df0ed02e9b19c338 /t
parentbdd64821feba82d9fce45c8dac64ba7b7bb530ac (diff)
downloadrainbows-3e61265d4193340721dd53178c43c4fa24debb79.tar.gz
async_sinatra and rack-fiber_pool had new versions since
we last updated.
Diffstat (limited to 't')
-rw-r--r--t/test_isolate.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/test_isolate.rb b/t/test_isolate.rb
index 00b32b2..ebc097d 100644
--- a/t/test_isolate.rb
+++ b/t/test_isolate.rb
@@ -26,15 +26,15 @@ Isolate.now!(opts) do
     gem 'cool.io', '1.1.0'
 
     gem 'eventmachine', '0.12.10'
-    gem 'sinatra', '1.2.0'
-    gem 'async_sinatra', '0.5.0'
+    gem 'sinatra', '1.3.2'
+    gem 'async_sinatra', '1.0.0'
 
     gem 'neverblock', '0.1.6.2'
   end
 
   if defined?(::Fiber) && engine == "ruby"
     gem 'revactor', '0.1.5'
-    gem 'rack-fiber_pool', '0.9.1'
+    gem 'rack-fiber_pool', '0.9.2'
   end
 
   if RUBY_PLATFORM =~ /linux/