今天搭建redis-4.0.1版本的集群时,提示ruby的版本需要高于2.2.2,于是进行了升级,这里记录一下,方便你我。
第一步:安装ruby环境
第二步:查看版本
第三步:删除原来的rubygems仓库
[root@qianfeng04 ~]# gem sources --remove https://rubygems.org/
https://rubygems.org/ removed from sources
第四步: 添加aliyun的rubygems仓库并查看
[root@qianfeng04 ~]# gem sources -a http://mirrors.aliyun.com/rubygems/
http://mirrors.aliyun.com/rubygems/ added to sources
[root@qianfeng04 ~]# gem sources -l
*** CURRENT SOURCES ***
http://mirror