Skip to content

Commit

Permalink
CI: list bundled gems in build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Nov 11, 2009
1 parent bbb3e5a commit 215fa16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/ci_build.rb
Expand Up @@ -107,6 +107,8 @@ def rake(*tasks)
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}"}
puts "[CruiseControl] Local gems:"
`gem list`.each_line {|line| print "[CruiseControl] #{line}"}

Expand Down

0 comments on commit 215fa16

Please sign in to comment.