gpt4 book ai didi

ruby - 安装特定版本的 bundler 后,为什么 bundler 的版本没有改变?

转载 作者:太空宇宙 更新时间:2023-11-03 18:03:44 29 4
gpt4 key购买 nike

我遇到了 bundle 的以下错误

Bundler could not find compatible versions for gem "bundler": In Gemfile: bundler (~> 1.15)

Current Bundler version: bundler (2.0.1) This Gemfile requires a different version of Bundler. Perhaps you need to update Bundler by running gem install
bundler
?

Could not find gem 'bundler (~> 1.15)' in any of the relevant sources: the local ruby installation

然后我尝试用

降级 bundler 版本

$ gem install bundler -v '~> 1.7.0' Fetching: bundler-1.7.15.gem
(100%) Successfully installed bundler-1.7.15 Parsing documentation for bundler-1.7.15 Installing ri documentation for bundler-1.7.15 Done installing documentation for bundler after 1 seconds 1 gem installed

但是当我用
重新检查打包器版本时

bundler --version

还是说Bundler version 2.0.1

最佳答案

您系统上的默认 bundler 版本仍然是 2.0.1。如果您需要使用下载的版本 1.7.15,则必须运行 bundle _1.7.15_ install。您还可以使用 bundle _1.7.15_ -v
检查该版本是否已成功安装在您的系统上在任何一种情况下,如果您收到错误 Could not find command "_1.7.15_",则意味着 bundle 程序版本 _1.7.15_ 尚未安装你的系统。
此外,这些链接可能对您有所帮助:

关于ruby - 安装特定版本的 bundler 后,为什么 bundler 的版本没有改变?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54773718/

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