From f5c2ea0a9eb6242badf1c06a7e3ac070011bd4c3 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 18 Feb 2024 16:03:18 +0100 Subject: [PATCH] disable gems upgrade --- dot_config/topgrade.toml.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dot_config/topgrade.toml.tmpl b/dot_config/topgrade.toml.tmpl index 069dcf8..341fa1a 100644 --- a/dot_config/topgrade.toml.tmpl +++ b/dot_config/topgrade.toml.tmpl @@ -8,11 +8,13 @@ disable = [ "mas", "pip3", + "gem", + "ruby_gems", {{- if eq .chezmoi.os "darwin" }} "vim", {{- end }} {{- if not (get . "sudo") }} - "npm", + "node", {{- end }} ]