gem bundle install from local resource

前端 未结 3 603
深忆病人
深忆病人 2021-02-06 05:31

can I redirect gem source to my web server path, where I\'ll download all necessary gem bundles and put there? I want to use those by \"bundle install\"

Gem

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-06 06:23

    Did you try to declare additional Rubygems source in your Gemfile, like this?

    source "http://youserver.com"
    

提交回复
热议问题