aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-08-29 16:19:16 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2010-08-29 16:19:44 -0300
commitc1dbdecda5ae7382fa9d2f8c7ee122d2d11c9d03 (patch)
tree9d1a63dcb6733c1b1ee78fca16bf74efe5ff760b /ci
parent96c88db9f85441ef1e449a355935f8a32fb70ab8 (diff)
downloadrails-c1dbdecda5ae7382fa9d2f8c7ee122d2d11c9d03.tar.gz
rails-c1dbdecda5ae7382fa9d2f8c7ee122d2d11c9d03.tar.bz2
rails-c1dbdecda5ae7382fa9d2f8c7ee122d2d11c9d03.zip
Make CI install bundler stable since 1.0 is out
Diffstat (limited to 'ci')
-rwxr-xr-xci/ci_build.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/ci_build.rb b/ci/ci_build.rb
index 3591e45fcf..9539e47cdc 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 --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