Skip to content

Instantly share code, notes, and snippets.

@dchelimsky
Created June 19, 2011 21:14
Show Gist options
  • Save dchelimsky/1034765 to your computer and use it in GitHub Desktop.
Save dchelimsky/1034765 to your computer and use it in GitHub Desktop.
What does this mean?
$ which ruby
/Users/david/.rvm/rubies/ruby-1.8.6-p420/bin/ruby
$ gem install ruby-debug
Building native extensions. This could take a while...
ERROR: Error installing ruby-debug:
rbx-require-relative requires Ruby version ~> 1.8.7.
# why is anything rbx related coming into play in an mri 1.8.6 env?????
@piousbox
Copy link

or gem install ruby-debug19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment