我有一个奇怪的问题。我从github克隆了一个工作的rails存储库。
它有一个带有某些宝石的gemfile,而“调试器”不是其中之一。
然而,当我运行“捆绑安装”时,它出错了
An error occurred while installing debugger (1.6.8), and Bundler cannot continue. Make sure that `gem install debugger -v '1.6.8'` succeeds before bundling.
所以我删除了对调试器有引用的Gemlock文件。现在我再次尝试“捆绑安装”。我收到同样的错误。
我正在使用ruby 2.1并且调试器与它不兼容,并且每个人似乎都在移动byebug。但是我无法离开调试器,因为我的捆绑包不会让我。
任何想法。