I am trying to deploy a test app to Heroku but get the following:
-----> Installing gem hobo from
http://gems.github.com,
http://rubygems.org Building native extensions. This could take a while...
Depending on your version of ruby, you may need to install ruby rdoc/ri data:
<= 1.8.6 : unsupported
= 1.8.7 : gem install rdoc-data; rdoc-data --install
= 1.9.1 : gem install rdoc-data; rdoc-data --install
>= 1.9.2 : nothing to do! Yay!
Building native extensions. This could take a while...
ERROR: While executing gem ... (ArgumentError)
invalid byte sequence in US-ASCII
! Heroku push rejected, failed to install gem
To g...@heroku.com:falling-sky-3336.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'g...@heroku.com:falling-sky-3336.git'
Any ideas?