diff options
author | Carl Lerche <carllerche@mac.com> | 2010-02-01 15:28:31 -0800 |
---|---|---|
committer | Carl Lerche <carllerche@mac.com> | 2010-02-01 15:42:45 -0800 |
commit | b9edb0c60c11025311fb06f2e60b3354f1b6cb09 (patch) | |
tree | 103dfde01898ddd8d2ab14b3352a31b28eaab78c /ci | |
parent | 16c0d1d3b6089bb4b0b0baf7c3eeb5949f31f02b (diff) | |
download | rails-b9edb0c60c11025311fb06f2e60b3354f1b6cb09.tar.gz rails-b9edb0c60c11025311fb06f2e60b3354f1b6cb09.tar.bz2 rails-b9edb0c60c11025311fb06f2e60b3354f1b6cb09.zip |
Update the Gemfile and CI build
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 5b6d066c2f..c8f0f9946b 100755 --- a/ci/ci_build.rb +++ b/ci/ci_build.rb @@ -106,7 +106,7 @@ puts "[CruiseControl] #{`pg_config --version`}" puts "[CruiseControl] SQLite3: #{`sqlite3 -version`}" `gem env`.each_line {|line| print "[CruiseControl] #{line}"} puts "[CruiseControl] Bundled gems:" -`gem bundle --list`.each_line {|line| print "[CruiseControl] #{line}"} +# `gem bundle --list`.each_line {|line| print "[CruiseControl] #{line}"} puts "[CruiseControl] Local gems:" `gem list`.each_line {|line| print "[CruiseControl] #{line}"} |