我正在尝试安装捆绑包,并且我一直在收到有关未安装特定gem的错误。例如,我的byebug调试器没有安装我必须安装它,我的eventmachine没有安装,现在我的json没有安装我安装json和我运行时
#bundle install
我仍然得到:
An error occurred while installing json (1..7.7), and Bundler cannot continue.
Make sure that 'gem install json -v '1.7.7' succeeds before bundling
如何成功安装捆绑包?
编辑:gem install json -v '1.7.7'
我收到以下错误:
new error message