Reputation: 24896
I have a Rails project that is using heroku_san for deployment. I wanted to give heroku's new toolbelt a shot, so I installed it on my system, which is a Mac Os X, and ran heroku upgrade and I am getting this message:
heroku update
is only available from Heroku Toolbelt.Download and install from https://toolbelt.heroku.com
I already have it installed, though.
Upvotes: 3
Views: 231
Reputation: 1025
The following steps worked for me:
you mentioned you have a gem that depends on the heroku gem, so I'm not sure what to tell you besides to try to eliminate that dependency.
Upvotes: 2