Make CI install bundler stable since 1.0 is out

This commit is contained in:
Santiago Pastorino 2010-08-29 16:19:16 -03:00
parent 96c88db9f8
commit c1dbdecda5
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ puts "[CruiseControl] Rails build"
build_results = {}
# Install required version of bundler.
bundler_install_cmd = "sudo gem install bundler --pre --no-ri --no-rdoc"
bundler_install_cmd = "sudo gem install bundler --no-ri --no-rdoc"
puts "Running command: #{bundler_install_cmd}"
build_results[:install_bundler] = system bundler_install_cmd