-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gemrc
31 lines (23 loc) · 1.42 KB
/
.gemrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# ================================================================================================================================
#
# GEMRC
#
# Update: 2023.01.15
#
# ================================================================================================================================
---
# 如果已指定backtrace选项,或已启用调试,则为True
:backtrace: false
# 替换官方源为清华源
:sources:
- https://mirrors.tuna.tsinghua.edu.cn/rubygems/
# 忽略SSL证书错误
:ssl_verify_mode: 0
# 升级源码
:update_sources: true
# 详细输出级别
:verbose: true
install: "--no-rdoc --no-ri --env-shebang"
update: "--no-rdoc --no-ri --env-shebang"
# 在每次安装gem时不安装文档 加快安装速度
gem: --user-install --no-document