mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
bundle: add backticks to Gemfile and Gemfile.lock (#2894)
This commit is contained in:
parent
f9a6437b6c
commit
07eb3d7d9c
1 changed files with 3 additions and 3 deletions
|
@ -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}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue