Use different debuggers for ruby 2 and 1.9
The debugger gem does not support ruby 2.0. The byebug gem does not support ruby < 2.0. Conditionally specify the right gem for the right version of ruby.
This commit is contained in:
parent
624646140f
commit
ec328e082f
Loading…
Reference in New Issue