From 0a75e59c1964f8dda6bb51d640bb7fbbbd5b1bc3 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Fri, 9 Mar 2012 18:36:14 -0800 Subject: [PATCH] remove installing wrong bundler manually --- script/ci/before_install.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/script/ci/before_install.sh b/script/ci/before_install.sh index f60237ee7..2cbedef01 100755 --- a/script/ci/before_install.sh +++ b/script/ci/before_install.sh @@ -5,7 +5,4 @@ if [ "$(gem --version)" != "1.8.15" ]; then echo "RubyGems version is $(gem --version). Changing..." rvm rubygems 1.8.15 echo "Changed RubyGems version to $(gem --version)." -fi - -# Get latest bundler -gem install bundler --pre +fi \ No newline at end of file