ruby-debug19 does not work with 1.9.3, so I am removing it

This commit is contained in:
Aaron Patterson 2010-10-30 11:30:08 -07:00
parent cc9742920c
commit 2b48e47654
1 changed files with 0 additions and 4 deletions

View File

@ -31,10 +31,6 @@ platforms :mri_18 do
gem 'ruby-prof'
end
platforms :mri_19 do
gem "ruby-debug19"
end
platforms :ruby do
gem 'json'
gem 'yajl-ruby'