1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update CI to the latest bundler

This commit is contained in:
Carl Lerche 2010-03-04 11:24:38 -08:00
parent cc789ddc89
commit c0c1599fb1

View file

@ -19,7 +19,7 @@ puts "[CruiseControl] Rails build"
build_results = {} build_results = {}
# Install required version of bundler. # 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}" puts "Running command: #{bundler_install_cmd}"
build_results[:install_bundler] = system bundler_install_cmd build_results[:install_bundler] = system bundler_install_cmd