From 7f0ee367c6ca53e4bf0a069802135a047f45a6e8 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 31 Mar 2023 22:55:43 +0200 Subject: [PATCH] chore(ruby): add configuration file --- .dotbot.conf.yaml | 1 + ruby/gemrc | 1 + 2 files changed, 2 insertions(+) create mode 100644 ruby/gemrc diff --git a/.dotbot.conf.yaml b/.dotbot.conf.yaml index 2e005a2..bb80914 100644 --- a/.dotbot.conf.yaml +++ b/.dotbot.conf.yaml @@ -34,6 +34,7 @@ ~/.default-npm-packages: asdf/default-npm-packages ~/.default-python-packages: asdf/default-python-packages ~/.editorconfig: style/editorconfig + ~/.gemrc: ruby/gemrc ~/.gitconfig: git/gitconfig ~/.gitignore: git/gitignore ~/.gitmux.conf: tmux/gitmux.conf diff --git a/ruby/gemrc b/ruby/gemrc new file mode 100644 index 0000000..74d9ca2 --- /dev/null +++ b/ruby/gemrc @@ -0,0 +1 @@ +gem: --no-ri --no-rdoc --no-document --suggestions