Hi folks,

I  just learned when updating to ruby 2.1.2 that debugger gem is not 
supporting ruby 2.x 
(reference: https://github.com/cldwalker/debugger/issues/125). 
Byebug gem is the/a way to go. (https://github.com/deivid-rodriguez/byebug)

So to update using rvm you should:

rvm get stable
gem uninstall debugger
rvm upgrade 2.1.1 2.1.2

gem install byebug 


Without uninstalling debugger gem upgrade breaks.

Furthermore my dumps seem to have gone. Yeah!

Cheers,
Stefan

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/hobousers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to