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

CI: omit ruby-debug19 from Gemfile since the ruby source dep hoses permissions

This commit is contained in:
Jeremy Kemper 2010-04-02 14:44:56 -07:00
parent 1b742ea9b1
commit a1a3520198

View file

@ -11,7 +11,7 @@ group :mri do
if RUBY_VERSION < '1.9'
gem "system_timer"
gem "ruby-debug", ">= 0.10.3"
elsif RUBY_VERSION < '1.9.2'
elsif RUBY_VERSION < '1.9.2' && !ENV['CI']
gem "ruby-debug19"
end
end