Deploying on heroku from gitlab
Created by: jkovar
It would be extremely useful if it was possible to deploy repos on heroku. For example the way it is possible with github private repos at the moment:
gem 'my_gem', :git => 'https://my_username:[email protected]/my_github_account/my_repo.git', :ref => 'revision_no'
At the moment, I haven't discovered a better way than to pack the gem directly into the project, which makes updating a given gem a very painful process, especially if it is used in various projects.