Ruby基本命令(一)

gem install -l compass-1.0.3.gem

gem list --local

gem uninstall cocoapods



gem sources -l

gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.org/

更新缓存

gem sources -u 

你可能感兴趣的:(Ruby)