From c0c1599fb15fa4bb9f311c92c88d7c83795388fb Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Thu, 4 Mar 2010 11:24:38 -0800 Subject: [PATCH] Update CI to the latest bundler --- ci/ci_build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/ci_build.rb b/ci/ci_build.rb index a2df8e698d..2a7bbc376e 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 -v 0.9.8 --no-ri --no-rdoc" +bundler_install_cmd = "sudo gem install bundler -v 0.9.10 --no-ri --no-rdoc" puts "Running command: #{bundler_install_cmd}" build_results[:install_bundler] = system bundler_install_cmd