From 82c93e28e743480d59c81406a3aaad3b6ba4269f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 21 Jun 2010 02:47:31 +0000 Subject: bump async_sinatra test dependencies Everything should be working under Ruby 1.9.2(-preview3) now. --- t/t0300-async_sinatra.sh | 6 ------ t/test_isolate.rb | 5 ++--- 2 files changed, 2 insertions(+), 9 deletions(-) (limited to 't') diff --git a/t/t0300-async_sinatra.sh b/t/t0300-async_sinatra.sh index 5ccd951..a623916 100755 --- a/t/t0300-async_sinatra.sh +++ b/t/t0300-async_sinatra.sh @@ -1,11 +1,5 @@ #!/bin/sh . ./test-lib.sh -case $RUBY_VERSION in -1.9.2) - t_info "RUBY_VERSION=$RUBY_VERSION not supported with async_sinatra" - exit 0 - ;; -esac # n - number of seconds to sleep n=10 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' -- cgit v1.2.3-24-ge0c7