How can I specify a gem to pull from a private github repository?

前端 未结 8 2297
攒了一身酷
攒了一身酷 2020-12-02 07:51

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\

8条回答
  •  日久生厌
    2020-12-02 08:08

    I found that when using the env approach and heroku labs:enable user_env_compile then there is no problem with the Gemfile.lock

提交回复
热议问题