aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/ci_build.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/ci_build.rb b/ci/ci_build.rb
index 17f4ba5d51..0a39aa4f87 100755
--- a/ci/ci_build.rb
+++ b/ci/ci_build.rb
@@ -19,9 +19,9 @@ puts "[CruiseControl] Rails build"
build_results = {}
# Install required version of bundler.
-#bundler_install_cmd = "gem install bundler --no-ri --no-rdoc"
-#puts "Running command: #{bundler_install_cmd}"
-#build_results[:install_bundler] = system bundler_install_cmd
+bundler_install_cmd = "sudo gem install bundler --pre --no-ri --no-rdoc"
+puts "Running command: #{bundler_install_cmd}"
+build_results[:install_bundler] = system bundler_install_cmd
cd root_dir do
puts