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:
parent
1b742ea9b1
commit
a1a3520198
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue