Update gems in upgrade script
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
96d9da874a
commit
1379fb8e20
1 changed files with 3 additions and 0 deletions
|
@ -23,5 +23,8 @@ npm update -g
|
||||||
print_section "Update composer packages"
|
print_section "Update composer packages"
|
||||||
composer global update
|
composer global update
|
||||||
|
|
||||||
|
print_section "Update ruby gems"
|
||||||
|
gem update
|
||||||
|
|
||||||
print_section "Update Rust components"
|
print_section "Update Rust components"
|
||||||
rustup update
|
rustup update
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue