mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:02: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.
|
> 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`
|
`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`
|
`bundle update`
|
||||||
|
|
||||||
- Update one specific gem defined in the gemfile:
|
- Update one specific gem defined in the `Gemfile`:
|
||||||
|
|
||||||
`bundle update --source {{gemname}}`
|
`bundle update --source {{gemname}}`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue