From c1dbdecda5ae7382fa9d2f8c7ee122d2d11c9d03 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Sun, 29 Aug 2010 16:19:16 -0300 Subject: Make CI install bundler stable since 1.0 is out --- 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 3591e45fcf..9539e47cdc 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 = "sudo gem install bundler --pre --no-ri --no-rdoc" +bundler_install_cmd = "sudo gem install bundler --no-ri --no-rdoc" puts "Running command: #{bundler_install_cmd}" build_results[:install_bundler] = system bundler_install_cmd -- cgit v1.2.3