From e195b48f21bac800dbad5acc04ac732930d36c35 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 16 Feb 2010 17:15:56 -0800 Subject: Have CI use the current version of 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 0c7dd837b1..d0895dc35d 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.3 --no-ri --no-rdoc" +bundler_install_cmd = "gem install bundler -v 0.9.6 --no-ri --no-rdoc" puts "Running command: #{bundler_install_cmd}" build_results[:install_bundler] = system bundler_install_cmd -- cgit v1.2.3