Skip to content

Instantly share code, notes, and snippets.

@bertvv
Last active December 10, 2015 21:08
Show Gist options
  • Save bertvv/4492999 to your computer and use it in GitHub Desktop.
Save bertvv/4492999 to your computer and use it in GitHub Desktop.
gemrc that avoids installing documentation. Useful for VMs that have to stay as small as possible.
# This goes into /etc/gemrc
install: --no-rdoc --no-ri
update: --no-rdoc --no-ri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment