我在使用 Ruby 时遇到问题。当我尝试安装 addressable 时,我被告知我需要 ruby 1.9.0 或更高版本,但正如您从我的 rvm list 命令中看到的那样,我运行的是 2.3.1。
有没有人有任何提示?难道我做错了什么?我试过运行清理并重新安装,但我得到了同样的错误。
您可以提供的任何提示都会很棒!谢谢!
root@server1 [/]# rvm list
rvm rubies
ruby-2.3.1 [ x86_64 ]
# Default ruby not set. Try 'rvm alias create default <ruby>'.
# => - current
# =* - current && default
# * - default
root@server1 [/]# gem install addressable -v '2.4.0'
ERROR: Error installing addressable:
addressable requires Ruby version >= 1.9.0.
root@server1 [/]#