Turn off --debug for gem bundle. Force gem update.

This commit is contained in:
Jeremy Kemper 2009-11-04 14:49:15 -08:00
parent 726a2fc8d2
commit d2d3464fcc

@ -20,7 +20,7 @@
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