aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-02-16 17:15:56 -0800
committerCarl Lerche <carllerche@mac.com>2010-02-16 17:15:56 -0800
commite195b48f21bac800dbad5acc04ac732930d36c35 (patch)
tree4bfcde3a10f11b134b2ae268892c0c4dd7095f06 /ci
parent3f948a0e2951a8bb7f32e98a404fb5ff97cb2896 (diff)
downloadrails-e195b48f21bac800dbad5acc04ac732930d36c35.tar.gz
rails-e195b48f21bac800dbad5acc04ac732930d36c35.tar.bz2
rails-e195b48f21bac800dbad5acc04ac732930d36c35.zip
Have CI use the current version of bundler
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 0c7dd837b1..d0895dc35d 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.3 --no-ri --no-rdoc"
+bundler_install_cmd = "gem install bundler -v 0.9.6 --no-ri --no-rdoc"
puts "Running command: #{bundler_install_cmd}"
build_results[:install_bundler] = system bundler_install_cmd