Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何迁移到最新的 ruby 补丁版本(比如从 1.9.3p286 到 1.9.3p362 或更高版本)
1.9.3-p362 是最新的,但有一些记录在案的错误。在发布新版本之前,建议使用 1.9.3-p327。
此时,请执行以下操作:
rvm get latest
rvm install 1.9.3
rvm reinstall 1.9.3
如果您不指定版本号,RVM 将安装最新版本。
根据文档,rvm reinstall相当于:
rvm reinstall
rvm remove [ruby-string] rvm install [ruby-string]