Bring back ruby-debug19 for Ruby versions < 1.9.3

This commit is contained in:
Santiago Pastorino 2010-11-05 19:11:58 -02:00
parent 00261a187e
commit 29b54a41d9

@ -31,6 +31,11 @@ platforms :mri_18 do
gem 'ruby-prof'
end
platforms :mri_19 do
# TODO: Remove the conditional when ruby-debug19 supports Ruby >= 1.9.3
gem "ruby-debug19" if RUBY_VERSION < "1.9.3"
end
platforms :ruby do
gem 'json'
gem 'yajl-ruby'