我的 Gemfile 中有 hoe 注释掉了,我的 rubygems 版本是 2.0+。这是我运行时的输出git push heroku master
:
Installing json (1.7.7)
Installing rdoc (3.12.1)
Installing thor (0.17.0)
Installing railties (3.2.12)
Installing coffee-rails (3.2.2)
Installing commonjs (0.2.6)
Installing formtastic (2.2.1)
Installing formtastic-bootstrap (2.0.0)
Installing hoe (3.5.0)
Gem::InstallError: hoe requires RubyGems version >= 1.4. Try 'gem update --system' to update RubyGems itself.
An error occurred while installing hoe (3.5.0), and Bundler cannot continue.
Make sure that `gem install hoe -v '3.5.0'` succeeds before bundling.
!
! Failed to install gems via Bundler.
!
! Heroku push rejected, failed to compile Ruby/rails app
To git@heroku.com:limitless-river-5139.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:limitless-river-5139.git'
感谢您的任何建议。