gpt4 book ai didi

ruby-on-rails - 我可以在 Gemfile 中指定带有 patchlevel 的 ruby​​ 版本吗?

转载 作者:数据小太阳 更新时间:2023-10-29 07:32:07 26 4
gpt4 key购买 nike

版本 1.5 的 Bundler 文档说我应该按如下方式指定补丁级别:

ruby '1.9.3', :patchlevel => 448

当我按照说明运行 bundle install 时,我得到:

The Ruby patchlevel in your Gemfile must be a string

如果我这样做

ruby '2.0.0', :patchlevel => '353'

Bundler 说:

ruby-2.0.0,:patchlevel=>353 is not installed.
To install do: 'rvm install ruby-2.0.0,:patchlevel=>353'

是否可以在 Gemfile 中指定带有 patchlevel 的 ruby​​ 版本?

最佳答案

rvm install 2.0.0-p353 在命令行(在您的 shell 中)将为您完成。

你可以在Gemfile中指定Ruby版本(Heroku就是这样做的)也可以,但是只会报版本问题,不会安装。

所以你会在你的 Gemfile 中有:

ruby '2.0.0', :patchlevel => '353'

这将帮助 RVM 确定您应该使用哪个版本的 Ruby。

关于ruby-on-rails - 我可以在 Gemfile 中指定带有 patchlevel 的 ruby​​ 版本吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22478237/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com