Skip to content

Instantly share code, notes, and snippets.

@LiMeii
Created June 17, 2019 09:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LiMeii/3d43bf4159b1ef870abbb44000c6003f to your computer and use it in GitHub Desktop.
Save LiMeii/3d43bf4159b1ef870abbb44000c6003f to your computer and use it in GitHub Desktop.
sometimes you cannot find .gemrc file after install Ruby, copy this one to your home folder.
# http://guides.rubygems.org/command-reference/#gem-environment
---
gem: --no-document
benchmark: false
verbose: true
update_sources: true
sources:
- http://rubygems.org
backtrace: true
bulk_threshold: 1000
:ssl_verify_mode: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment