mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-07-03 05:31:17 +02:00
fix(bundler): use new --all syntax (#13837)
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
This commit is contained in:
parent
81becab1e7
commit
ff2f16e8df
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ alias bl="bundle list"
|
|||
alias bo="bundle open"
|
||||
alias bout="bundle outdated"
|
||||
alias bp="bundle package"
|
||||
alias bu="bundle update"
|
||||
alias bu="bundle update --all"
|
||||
|
||||
## Gem wrapper
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue