ruby on rails - Attempting to deploy to heroku, blows up when installing hoe -
i've got hoe commented out in gemfile , version of rubygems 2.0+. here's output when run 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' update rubygems itself. error occurred while installing hoe (3.5.0), , bundler cannot continue. make sure `gem install hoe -v '3.5.0'` succeeds before bundling. ! ! failed install gems via bundler. ! ! heroku push rejected, failed compile ruby/rails app git@heroku.com:limitless-river-5139.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed push refs 'git@heroku.com:limitless-river-5139.git'
thanks advice.
please following:
gem update --system
then
git push heroku master
again.
Comments
Post a Comment