mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update the Gemfile and CI build
This commit is contained in:
parent
16c0d1d3b6
commit
b9edb0c60c
2 changed files with 1 additions and 2 deletions
1
Gemfile
1
Gemfile
|
@ -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
|
||||
|
|
|
@ -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}"}
|
||||
|
||||
|
|
Loading…
Reference in a new issue