mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-14 10:43:56 +01:00
Fix topgrade disable ruby_gems
This commit is contained in:
parent
12ae7dc3b4
commit
3570acb823
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
#assume_yes = true
|
#assume_yes = true
|
||||||
|
|
||||||
# Disable specific steps - same options as the command line flag
|
# 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 for these steps
|
||||||
#ignore_failures = ["powershell"]
|
#ignore_failures = ["powershell"]
|
||||||
|
|
Loading…
Reference in a new issue