为什么我收到“在任何源中都找不到 mail-2.2.9.1”?更新 Ruby 和 Rails 后?

发布于 2024-10-03 08:27:17 字数 350 浏览 4 评论 0原文

我最近通过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

椒妓 2024-10-10 08:27:17

您需要使用 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文