升級 Ruby 的 Gem


1
2
3
4
5
6
7
8
9
10
# 查看版本
gem -v

# 安裝升級工具
gem install rubygems-update

# 升級 Gem
update_rubygems

# 再查看版本,完成