aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2010-02-25 16:46:13 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2010-02-25 16:55:42 -0800
commit1ff7e566fdd09675877753063487b0589be53aac (patch)
treefe6c097ad6c7ef028691f279542811375245d220 /ci
parent6e78fdbef06e0fc7135dac5bc71cdcb4b81911c6 (diff)
downloadrails-1ff7e566fdd09675877753063487b0589be53aac.tar.gz
rails-1ff7e566fdd09675877753063487b0589be53aac.tar.bz2
rails-1ff7e566fdd09675877753063487b0589be53aac.zip
Bump to Bundler 0.9.8. Remark on RubyGems 1.3.6 fix.
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 d0895dc35d..e9fb91a6fd 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.6 --no-ri --no-rdoc"
+bundler_install_cmd = "gem install bundler -v 0.9.8 --no-ri --no-rdoc"
puts "Running command: #{bundler_install_cmd}"
build_results[:install_bundler] = system bundler_install_cmd