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

Updated . Posted . Visible to the public.

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'
Last edit
Keywords
testing
License
Source code in this card is licensed under the MIT License.
Posted to makandra dev (2011-06-16 12:02)