Having had my feeble knowledge on this matter enhanced by Rob
Bledenharn (thanks Rob) in a thread yesterday I can now confidently
say that Ruby version ~> 1.8.7 means that it needs a version >= 1.8.7
but less than 1.9, so 1.9.2 will not do.
If I remember correctly there is a different version of ruby-debug for
1.9, ruby-debug19 I think. You might want to google that to check.
Colin
gem install ruby-debug19 --
--with-ruby-include=$rvm_path/src/ruby-1.9.2-preview3
gem install ruby-debug-ide19 --
--with-ruby-include=$rvm_path/src/ruby-1.9.2-rc2/
where $rvm_path defines the path of your .rvm directory. eg.
/home/user_name/.rvm
--
Posted via http://www.ruby-forum.com/.