aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2010-03-28 15:46:45 -0700
committerwycats <wycats@gmail.com>2010-03-28 15:46:45 -0700
commit1b9777e84f569c6abde2435d66882170e263fc90 (patch)
tree3de0ab45f4405e52bf83fbced410b49cf475a735 /ci
parentedaf92f5ab4b44e789e526dfa8b93cb370e595cf (diff)
downloadrails-1b9777e84f569c6abde2435d66882170e263fc90.tar.gz
rails-1b9777e84f569c6abde2435d66882170e263fc90.tar.bz2
rails-1b9777e84f569c6abde2435d66882170e263fc90.zip
Why are we not updating 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 1602c5106d..cd62381d9c 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.10 --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