Gem::InstallError: hoe requires SlimGems version >= 1.4. Try 'gem update --system' to update SlimGems itself.
An error occured while installing hoe (3.1.0), and Bundler cannot continue.
Make sure that `gem install hoe -v '3.1.0'` succeeds before bundling.
gem update --system 1.4.2
本文详细介绍了在遇到hoe安装错误时如何更新SlimGems到版本1.4.2以解决问题。通过执行gem update --system 命令来升级SlimGems自身,确保gem 'hoe' v'3.1.0' 成功安装,从而避免Bundler无法继续执行的情况。
6867

被折叠的 条评论
为什么被折叠?



