From 49c70ae741b96588021eb1bb6327da4cf78f8ec0 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 27 Jan 2012 19:55:28 +0000 Subject: script/isolate_for_tests: disable sqlite3-ruby for Ruby 2.0.0dev We don't need it because we don't test old Rails with bleeding edge Ruby. --- script/isolate_for_tests | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/script/isolate_for_tests b/script/isolate_for_tests index 469307d..cef0663 100755 --- a/script/isolate_for_tests +++ b/script/isolate_for_tests @@ -16,7 +16,9 @@ opts = { pid = fork do Isolate.now!(opts) do - gem 'sqlite3-ruby', '1.2.5' + if RUBY_VERSION.to_f < 2.0 + gem 'sqlite3-ruby', '1.2.5' + end gem 'raindrops', '0.8.0' gem 'kgio-monkey', '0.3.0' gem 'kgio', '2.7.2' -- cgit v1.2.3-24-ge0c7