因此,当我尝试运行bundle install --without production它告诉我,我收到一个错误,我需要Make sure that gem install unf_ext -v 0.0.7.2 succeeds before bundling.我在安装其他宝石之前没有遇到过这个错误,但只有当我尝试安装时gem stripe(用于接收用户付款等).
有人可以解释可能导致这类问题的原因.非常感谢所有帮助.
谢谢,-Aaron
编辑
我为解决我的问题所做的是将我的所有宝石更新为他们当前和最新版本.然后当我跑的时候,bundle install --without production一切似乎安装得很好.