I have a private repository on Github that I want to use. I deploy my app to Heroku. How can I specify a private repository as the source on my gemfile? I imagine it wouldn\
~/.ssh
~/.ssh/id_rsa.pub
Gemfile
gem 'mygem', github: 'MY_COMPANY/MY_GEM'
bundle install