aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-11-04 14:49:15 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2009-11-04 14:49:15 -0800
commitd2d3464fcc8c230cc206cdb4d47f24c47ae6699d (patch)
treedd17327b19161dbfe04a7a2e71cb84cc3624568f /ci
parent726a2fc8d26da0ab95d50ee57679d73bc762ba4d (diff)
downloadrails-d2d3464fcc8c230cc206cdb4d47f24c47ae6699d.tar.gz
rails-d2d3464fcc8c230cc206cdb4d47f24c47ae6699d.tar.bz2
rails-d2d3464fcc8c230cc206cdb4d47f24c47ae6699d.zip
Turn off --debug for gem bundle. Force gem update.
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 e5c632bd01..0ee952c00b 100755
--- a/ci/ci_build.rb
+++ b/ci/ci_build.rb
@@ -20,7 +20,7 @@ cd root_dir do
puts
puts "[CruiseControl] Bundling RubyGems"
puts
- build_results[:bundle] = system 'rm -rf vendor && gem --debug bundle'
+ build_results[:bundle] = system 'rm -rf vendor && gem bundle --update'
end
cd "#{root_dir}/activesupport" do