How to run `bundle check` and `bundle install` from inside a script without using the command line?

前端 未结 0 425
心在旅途
心在旅途 2021-01-20 02:26

I can run the following two commands from my bash shell -

 bundle check --gemfile=/path/to/some/Gemfile
 bundle install --gemfile=/path/to/some/Gemfile


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题