diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2009-11-04 14:49:15 -0800 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2009-11-04 14:49:15 -0800 |
commit | d2d3464fcc8c230cc206cdb4d47f24c47ae6699d (patch) | |
tree | dd17327b19161dbfe04a7a2e71cb84cc3624568f /ci | |
parent | 726a2fc8d26da0ab95d50ee57679d73bc762ba4d (diff) | |
download | rails-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-x | ci/ci_build.rb | 2 |
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 |