From 47260598bea29bd9c383f66d14c01505dff47d1b Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 26 Feb 2010 09:14:12 -0800 Subject: CI: restore sudo for bundler gem install --- ci/ci_build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/ci_build.rb b/ci/ci_build.rb index e9fb91a6fd..a2df8e698d 100755 --- a/ci/ci_build.rb +++ b/ci/ci_build.rb @@ -19,7 +19,7 @@ puts "[CruiseControl] Rails build" build_results = {} # Install required version of bundler. -bundler_install_cmd = "gem install bundler -v 0.9.8 --no-ri --no-rdoc" +bundler_install_cmd = "sudo gem install bundler -v 0.9.8 --no-ri --no-rdoc" puts "Running command: #{bundler_install_cmd}" build_results[:install_bundler] = system bundler_install_cmd -- cgit v1.2.3