【发布时间】:2018-06-16 05:18:57
【问题描述】:
我在使用 bundler 安装当前 rspec 版本时遇到以下错误。
The gem rspec-core-3.7.1 can't be installed because the security policy
didn't allow it, with the message: missing digest for metadata.gz
所以我尝试运行
bundle --trust-policy=NoSecurity
但仍然遇到同样的错误。
我做错了什么?
【问题讨论】:
标签: ruby-on-rails ruby rspec rubygems bundler