tangled
alpha
login
or
join now
dekker.one
/
dotfiles
0
fork
atom
The general configuration of my development environment and many other general computer things.
0
fork
atom
overview
issues
pulls
pipelines
Add Ruby Gems to topgrade ignore ruby_gems
dekker.one
3 years ago
c05c49b8
cf1a3ead
verified
This commit was signed with the committer's
known signature
.
dekker.one
SSH Key Fingerprint:
SHA256:ca4pdN0aciUZT7uFsEm/8J8c2ZG8xuEeKvZ/VmAqebo=
+2
-2
1 changed file
expand all
collapse all
unified
split
dot_config
topgrade.toml
+2
-2
dot_config/topgrade.toml
···
2
2
#assume_yes = true
3
3
4
4
# Disable specific steps - same options as the command line flag
5
5
-
disable = ["tlmgr", "vim", "gem", "node"]
5
5
+
disable = ["tlmgr", "vim", "gem", "node", "ruby_gems"]
6
6
7
7
# Ignore failures for these steps
8
8
#ignore_failures = ["powershell"]
···
11
11
#only = ["system", "emacs"]
12
12
13
13
# Do not ask to retry failed steps (default: false)
14
14
-
#no_retry = true
14
14
+
no_retry = true
15
15
16
16
# Run inside tmux
17
17
#run_in_tmux = true