From 1ff7e566fdd09675877753063487b0589be53aac Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Thu, 25 Feb 2010 16:46:13 -0800 Subject: Bump to Bundler 0.9.8. Remark on RubyGems 1.3.6 fix. --- 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 d0895dc35d..e9fb91a6fd 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.6 --no-ri --no-rdoc" +bundler_install_cmd = "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