No source for ruby-2.0.0-p451 provided with debugger-ruby_core_source gem

后端 未结 9 647
孤街浪徒
孤街浪徒 2021-02-05 07:47

I\'ve seen very similar problems in other SO questions (e.g. No source for ruby-1.9.2-p321 provided with debugger-ruby_core_source gem) as well as through a Google search, but n

9条回答
  •  粉色の甜心
    2021-02-05 08:24

    To solve this problem, you need reinstall rails' source code. This command will fix the problem:

    $ rvm reinstall 2.0.0 --disable-binary

    Then, the command $ bundle install will work.


    Reference: https://pfonseca.com/error-to-install-debugger-s-gem

提交回复
热议问题