How do I specify local .gem files in my Gemfile?

前端 未结 7 1034
野的像风
野的像风 2020-12-22 18:16

I have a couple of gem files which I install via gem install xx.gem. Can I tell Bundler to use them? Or do I have to specify the source path?

7条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-22 19:10

    I found it easiest to run my own gem server using geminabox

    See these simple instructions.

提交回复
热议问题