Formatted all pages according to guidelines.
This commit is contained in:
@@ -2,18 +2,18 @@
|
||||
|
||||
> Dependency manager for the Ruby programming language.
|
||||
|
||||
- Installs all gems defined in the gemfile expected in the working directory.
|
||||
- Installs 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}}`
|
||||
|
||||
- Create a new gem skeleton
|
||||
- Create a new gem skeleton:
|
||||
|
||||
`bundle gem {{gemname}}`
|
||||
|
Reference in New Issue
Block a user