about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-01-27 19:55:28 +0000
committerEric Wong <normalperson@yhbt.net>2012-01-27 19:58:00 +0000
commit49c70ae741b96588021eb1bb6327da4cf78f8ec0 (patch)
tree441c0e25de16418460fa20df49704f349903374e
parentc8abf6a06c0bd7eb1dfc8457ef1c31de31e7715b (diff)
downloadunicorn-49c70ae741b96588021eb1bb6327da4cf78f8ec0.tar.gz
We don't need it because we don't test old Rails with bleeding edge Ruby.
-rwxr-xr-xscript/isolate_for_tests4
1 files changed, 3 insertions, 1 deletions
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'