rbx-require-relative requires Ruby version ~> 1.8.7

17/08/2011

If you ever run into this problem when trying to run bundle install using ruby 1.9.2 all you need to do is change in your Gemfile ruby-debug to ruby-debug19.

Answer @ Stackoverflow