Custom Ruby Gem in Gemfile on Heroku

前端 未结 4 1122
清酒与你
清酒与你 2020-12-15 08:17

I\'ve modified a Gem that I use in my Rails app, and need to use it on Heroku. Is there a way to upload the modified Gem to Heroku within my app and specify a custom path in

4条回答
  •  误落风尘
    2020-12-15 09:00

    1. Fork it on github
    2. Point your application to your modified gem using :git option when specifying gem dependency in Gemfile

提交回复
热议问题