BCP47 to POSIX: rename Brazilian Portuguese folder.
This commit is contained in:

committed by
Agniva De Sarker

parent
50257b3c95
commit
54e1ade0a9
20
pages.pt_BR/common/bundle.md
Normal file
20
pages.pt_BR/common/bundle.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# bundle
|
||||
|
||||
> Gerenciador de dependências da linguagem de programação Ruby.
|
||||
> Homepage: <https://bundler.io/man/bundle.1.html>.
|
||||
|
||||
- Instalar todas as gemas definidas no `Gemfile`:
|
||||
|
||||
`bundle install`
|
||||
|
||||
- Atualizar todas as gemas, respeitando as regras definidas no `Gemfile`, e recriar o arquivo `Gemfile.lock`:
|
||||
|
||||
`bundle update`
|
||||
|
||||
- Atualizar uma gema específica definida no `Gemfile`:
|
||||
|
||||
`bundle update --source {{nome_da_gema}}`
|
||||
|
||||
- Criar o esqueleto do projeto de uma nova gema:
|
||||
|
||||
`bundle gem {{nome_da_gema}}`
|
Reference in New Issue
Block a user