如果Bundler无法找到与gem "bundler"兼容的版本,并且gem列表中没有安装它所说的版本,你可以尝试以下解决方法:
gem install bundler
gem clean bundler
bundle update --bundler
gem uninstall bundler gem install bundler
请注意,在执行这些步骤之前,确保你已经安装了Ruby和gem,并且你有足够的权限执行gem命令。
上一篇:Bundler无法找到特定平台的gem
下一篇:Bundler无法找到与gem“bundler”兼容的版本:在Gemfile中: