From 3570acb82340e6460b1ca85d19823739bd34ac42 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 8 Jan 2023 19:03:03 +0100 Subject: [PATCH] Fix topgrade disable ruby_gems --- dot_config/topgrade.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/topgrade.toml b/dot_config/topgrade.toml index 6d94590..7d10742 100644 --- a/dot_config/topgrade.toml +++ b/dot_config/topgrade.toml @@ -2,7 +2,7 @@ #assume_yes = true # Disable specific steps - same options as the command line flag -disable = ["containers", "gem", "rubygems", "dotnet", "vim", "tlmgr", "mas"] +disable = ["containers", "gem", "ruby_gems", "dotnet", "vim", "tlmgr", "mas"] # Ignore failures for these steps #ignore_failures = ["powershell"]