1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Allow CI to use the latest rubygems version

This commit is contained in:
Santiago Pastorino 2011-06-30 08:32:53 -03:00
parent 452922a359
commit 20ffd43ab4

View file

@ -1,5 +1,5 @@
Project.configure do |project|
project.build_command = 'sudo gem update --system 1.6.2 && ruby ci/ci_build.rb'
project.build_command = 'sudo gem update --system && ruby ci/ci_build.rb'
project.email_notifier.from = 'rails-ci@wyeworks.com'
# project.campfire_notifier.account = 'rails'