It is a security feature introduced in the latest version of RVM
https://github.com/wayneeseguin/rvm/releases/tag/1.26.0You just need to follow the instruction to import the key:$ gpg2 --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3
================================================
during
yum install -y gcc-c++ patch readline readline-devel zlib zlib-devel libyaml-devel libffi-devel openssl-devel make bzip2 autoconf automake libtool bison iconv-devel
安装curl -L get.rvm.io | bash -s stablevi ~/.bash_profile添加source /etc/profile.d/rvm.sh 安装新版本的rubyrvm install 1.9.3-p194 查看所有版本rvm list known 使用版本rvm use systemrvm use 1.9.3(切换)