Fix topgrade disable ruby_gems

This commit is contained in:
Gabriel Augendre 2023-01-08 19:03:03 +01:00
parent 12ae7dc3b4
commit 3570acb823

View file

@ -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"]