Update the Gemfile and CI build

This commit is contained in:
Carl Lerche 2010-02-01 15:28:31 -08:00
parent 16c0d1d3b6
commit b9edb0c60c
2 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,6 @@ if RUBY_VERSION < '1.9'
end
# AR
gem "arel", ">= 0.2.0"
gem "sqlite3-ruby", ">= 1.2.5"
group :test do

View File

@ -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}"}