From 9e4fc42af606a182cf922ce25b575b3378e65516 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Fri, 9 Mar 2012 15:44:56 -0500 Subject: [PATCH] Changing gem build process to use 1.8.7. Ugh. --- build_all | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_all b/build_all index fde8e06c33..b1b3ff7073 100755 --- a/build_all +++ b/build_all @@ -27,7 +27,7 @@ function rvm_use { set -o errexit # initialize -rvm_use 1.9.3 +rvm_use 1.8.7 rm -rf tmp pkg bundle exec rake clean clobber @@ -36,7 +36,7 @@ rm -rf gems mkdir -p gems # MRI -rvm_use 1.9.3 +rvm_use 1.8.7 bundle exec rake gem cp -v pkg/nokogiri*.gem gems # should only be one at this point in the script