提交 29b54a41 编写于 作者: S Santiago Pastorino

Bring back ruby-debug19 for Ruby versions < 1.9.3

上级 00261a18
......@@ -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'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册