Update just one gem with bundler

后端 未结 8 1075
没有蜡笔的小新
没有蜡笔的小新 2020-12-07 07:05

I use bundler to manage dependencies in my rails app, and I have a gem hosted in a git repository included as followed:

gem \'gem-name\', :git => \'path/t         


        
8条回答
  •  醉梦人生
    2020-12-07 08:02

    The way to do this is to run the following command:

    bundle update --source gem-name
    

提交回复
热议问题