bundle: add exec example (#4995)

translation-badges
Luat Hoang 2020-11-30 18:54:18 +07:00 committed by GitHub
parent 90baf7ecf4
commit 96f5f20498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
`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`:
`bundle update`