Search code examples
ruby-on-railsubuntuherokuheroku-postgres

Heroku gem shows up despite having heroku toolbelt


in my project folder, when I run heroku version, I get heroku-gem/3.32.0 (x86_64-linux) ruby/2.2.0 as one of the items, however in my home folder running the same command returns heroku-toolbelt/3.42.50 (x86_64-linux) ruby/2.2.0. How can I use heroku toolbelt in my project folder?


Solution

  • Solution would be to uninstall the heroku gem like : gem uninstall heroku

    and Upgrade Heroku Toolbelt.