diff --git a/system/.local/bin/upgrade b/system/.local/bin/upgrade index 1048bbb..f4625f3 100755 --- a/system/.local/bin/upgrade +++ b/system/.local/bin/upgrade @@ -23,5 +23,8 @@ npm update -g print_section "Update composer packages" composer global update +print_section "Update ruby gems" +gem update + print_section "Update Rust components" rustup update