Getting error: update rubygems while deploying/migrating to Heroku?

Ok I solved it hoe simply doesn't work with heroku because they don't support new versions of rubygems (this is such a pain with heroku) I added the hoe gem here: group :test, :development do gem "hoe" end and typed the following in my console: heroku config:add BUNDLE_WITHOUT="development:test.

Ok I solved it. Hoe simply doesn't work with heroku because they don't support new versions of rubygems (this is such a pain with heroku) I added the hoe gem here: group :test, :development do gem "hoe" end and typed the following in my console: heroku config:add BUNDLE_WITHOUT="development:test.

Glad you solved it. I was about to ask why hoe was in there! ;) – ffoeg Apr 24 at 1:13 It is a dependency of unit-test.

And I had that one in the Gemfile. – Michael Koper Apr 25 at 18:01.

Installing hoe (2.9.4) /usr/ruby1.9.2/lib/ruby/1.9.1/rubygems/installer. Rb:170:in `install': hoe requires RubyGems version >= 1.4. Try 'gem update --system' to update RubyGems itself.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions