Rails 3.0 应用程序(安装 Rails 3.1 之后)现在会出现 rake 错误

发布于 2024-12-01 20:20:06 字数 141 浏览 0 评论 0原文

收到消息 您已经激活了 rake 0.9.2,但您的 Gemfile 需要 rake 0.8.7。考虑使用捆绑执行。

看到“将标准 Ruby 安装从 Rake 0.8.7 更新到 Rake 0.9.2”的参考资料,

我该如何进行此更新?

getting a message
You have already activated rake 0.9.2, but your Gemfile requires rake 0.8.7. Consider using bundle exec.

saw references to "update the standard Ruby installation from Rake 0.8.7 to Rake 0.9.2"

how do I do this update?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

嘿嘿嘿 2024-12-08 20:20:06

尝试执行捆绑更新rake

这将更新rake并解决依赖关系。

Try doing a bundle update rake

This will update rake and resolve the dependencies.

留一抹残留的笑 2024-12-08 20:20:06

您希望您的命令带有“bundle exec”,不带双引号

You want to your commands with "bundle exec " without the double quotes

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