1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-07-14 17:03:02 +02:00

fix(bundler): use new --all syntax (#13837)

This commit is contained in:
Chuck
2026-07-01 05:03:49 -04:00
committed by GitHub
parent 81becab1e7
commit ff2f16e8df
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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