Heroku - gem list

Hi All,

Could you please tell me the heroku command to know the gem list with
the version on heroku.

Thanks in advance.

-ukesh

log in to the heroku console and then try

gem list --local

should work :wink: