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

ruby-debug19 doesn't install cleanly on 1.9.2 trunk

This commit is contained in:
Jeremy Kemper 2010-03-29 08:57:43 -07:00
parent 36a5e78c14
commit 94ced08543

View file

@ -11,7 +11,7 @@ group :mri do
if RUBY_VERSION < '1.9'
gem "system_timer"
gem "ruby-debug", ">= 0.10.3"
else
elsif RUBY_VERSION < '1.9.2'
gem "ruby-debug19"
end
end