gem 降级
gem uninstall rubygems-updategem install rubygems-update -v 1.7.2update_rubygems
#如果使用了rvm,则:
$ rvm rubygems remove$ rvm rubygems 1.3.7
?