Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

[Error]: Please update your Heroku client to the most recent version

I am trying to run this command:

$heroku logs

I am receiving following error:

[Error]: Please update your Heroku client to the most recent version

Can someone please help me solve the issue?

Thanks!

like image 777
Nirav Shah Avatar asked Jun 21 '11 11:06

Nirav Shah


1 Answers

You simply have an old version of the heroku gem. Just install the latest from your command line:

gem install heroku --version 2.3.3
like image 157
apneadiving Avatar answered Nov 14 '22 23:11

apneadiving