为什么我收到“在任何源中都找不到 mail-2.2.9.1”?更新 Ruby 和 Rails 后?
我最近通过 RVM 将 Ruby 版本更新到 1.9.2。 (而且,每次启动终端时都必须使用命令rvm use 1.9.2
,这正常吗?)。
我删除了一些不该有的 Rails 文件,所以我重新安装了 Rails。但是,在尝试生成控制器时我仍然收到此错误:
<块引用>在任何来源中都找不到 mail-2.2.9.1
尝试运行
捆绑安装
。
运行 bundle install
暂时解决了问题,但在启动另一个项目时遇到了同样的错误。
I recently updated my Ruby version to 1.9.2 through RVM. (And, is it normal that I have to use the command rvm use 1.9.2
EVERY TIME when starting the terminal?).
I deleted some Rails files I shouldn't have, so I reinstalled Rails. However, I still get this error when trying to generate controllers:
Could not find mail-2.2.9.1 in any of the sources
Try running
bundle install
.
Running bundle install
solves the problem for the moment, but I get the same error when starting another project.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用 rvmrc 文件。它告诉 rvm 要使用哪个 ruby 版本/gemset。阅读:
https://rvm.io/workflow/rvmrc/
you need to use an rvmrc file. it tells rvm which ruby version / gemset to use. read:
https://rvm.io/workflow/rvmrc/