gem install debugger -v '1.5.0' fails

后端 未结 6 1961
Happy的楠姐
Happy的楠姐 2021-01-19 21:26

I am trying to do bundle in the large project on Mavericks and some gems are broken or something wrong with my environment in spite of this is fresh install of

6条回答
  •  猫巷女王i
    2021-01-19 21:45

    From the debugger page it says that if the ruby source can't be found, it will try to install debugger-ruby_core_source, which is actually what fails for me. I use rbenv, so I according to the debugger gem instructions, I pointed it to the rbenv source.

    gem install debugger -- --with-ruby-include=~/.rbenv/versions/1.9.3-p484/include

提交回复
热议问题