需要在Rails项目中运行bundle
命令的帮助,我收到以下错误:
Some gems seem to be missing from your vendor/cache directory.
Could not find rack-protection-1.5.5 in any of the sources
gem install rack-protection -v 1.5.5 可以正常工作,可以安装gem,但是当我运行 bundle 或再次安装我仍然会收到缺少的gem错误。我检查了GEM PATHS目录,并且gem确实在其中。请帮忙。
答案 0 :(得分:1)
解决方案是完全删除 vendor / cache 目录。