Read more

"no such file to load require_relative (MissingSourceFile)" after installing ruby-debug

Deleted user #17
June 16, 2011Software engineer

If you encounter above mentioned failiure message after installing the ruby-debug gem then you have to explicitly require linecache version 0.43 in your Gemfile.

gem 'ruby-debug'
gem 'linecache', '=0.43'
Illustration UI/UX Design

UI/UX Design by makandra brand

We make sure that your target audience has the best possible experience with your digital product. You get:

  • Design tailored to your audience
  • Proven processes customized to your needs
  • An expert team of experienced designers
Read more Show archive.org snapshot
Posted to makandra dev (2011-06-16 14:02)