about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-12-05 03:34:02 +0000
committerEric Wong <normalperson@yhbt.net>2012-12-05 03:34:02 +0000
commitef74449fdf7a2c487d07a1aa8b4e34cc3be77aab (patch)
tree8da003b8ef8ff69c7a095b736ea37098c59de6bf /t
parentd5c8cc8b51619f0d33f75036c53e3936ad2749b2 (diff)
downloadrainbows-ef74449fdf7a2c487d07a1aa8b4e34cc3be77aab.tar.gz
Always ensuring we work with the latest versions.
Diffstat (limited to 't')
-rw-r--r--t/test_isolate.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/test_isolate.rb b/t/test_isolate.rb
index 3ffb4cd..734fcd5 100644
--- a/t/test_isolate.rb
+++ b/t/test_isolate.rb
@@ -25,8 +25,8 @@ Isolate.now!(opts) do
     gem 'sendfile', '1.1.0'
     gem 'cool.io', '1.1.0'
 
-    gem 'eventmachine', '0.12.10'
-    gem 'sinatra', '1.3.2'
+    gem 'eventmachine', '1.0.0'
+    gem 'sinatra', '1.3.3'
     gem 'async_sinatra', '1.0.0'
 
     gem 'neverblock', '0.1.6.2'