bundle: add exec example (#4995)

This commit is contained in:
Luat Hoang
2020-11-30 18:54:18 +07:00
committed by GitHub
parent 90baf7ecf4
commit 96f5f20498

View File

@@ -7,6 +7,10 @@
`bundle install` `bundle install`
- Execute a command in the context of the current bundle:
`bundle exec {{command}} {{arguments}}`
- Update all gems by the rules defined in the `Gemfile` and regenerate `Gemfile.lock`: - Update all gems by the rules defined in the `Gemfile` and regenerate `Gemfile.lock`:
`bundle update` `bundle update`