I now get the following:
`dependencies.rb:239:in `require': no such file to load -- require_relative (LoadError`)
But I don’t have enough information to figure out what is causing it or how to debug it.
What can I do?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It probably comes from
linecache gem version 0.45which was released yesterday. Rolling back to0.43will get you around this for now. I’m not sure if they intentionally broke support with Ruby 1.8.7 or not.This is a dependency of
ruby-debug-base.Add something similar to the following in your
Gemfile.