diff options
author | Carl Lerche <carllerche@mac.com> | 2010-03-04 11:24:38 -0800 |
---|---|---|
committer | Carl Lerche <carllerche@mac.com> | 2010-03-04 11:24:38 -0800 |
commit | c0c1599fb15fa4bb9f311c92c88d7c83795388fb (patch) | |
tree | 15e0029bc1a9cad09ced85fc888a86f53d024b71 /ci | |
parent | cc789ddc89b4a37bc85e495d7d4479ef131320f7 (diff) | |
download | rails-c0c1599fb15fa4bb9f311c92c88d7c83795388fb.tar.gz rails-c0c1599fb15fa4bb9f311c92c88d7c83795388fb.tar.bz2 rails-c0c1599fb15fa4bb9f311c92c88d7c83795388fb.zip |
Update CI to the latest bundler
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/ci_build.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |