bundle: add backticks to Gemfile and Gemfile.lock (#2894)

italian
Andrik Albuquerque 2019-04-11 17:18:15 -03:00 committed by Starbeamrainbowlabs
parent f9a6437b6c
commit 07eb3d7d9c
1 changed files with 3 additions and 3 deletions

View File

@ -2,15 +2,15 @@
> Dependency manager for the Ruby programming language.
- Install all gems defined in the gemfile expected in the working directory:
- Install all gems defined in the `Gemfile` expected in the working directory:
`bundle install`
- 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`
- Update one specific gem defined in the gemfile:
- Update one specific gem defined in the `Gemfile`:
`bundle update --source {{gemname}}`