From: Stefano Crocco Date: 2009-07-07T20:20:32+09:00 Subject: Re: How to upgrade ruby to a specific version On Monday 06 July 2009, Tom Ha wrote: > |Hi there, > | > |sorry for the n00b question: > | > |What's the correct linux command for upgrading ruby to a specific > |version? (Ruby 1.8.6-p369 is needed.) > | > |Btw, it's this security issue that leads me to it: > |http://www.ruby-lang.org/en/news/2009/06/09/dos-vulnerability-in-bigdecima > |l/ > | > |Thanks a lot! > |Tom That depends on which linux distribution you use. Without knowing that, we can't give you an answer. For example, on Gentoo it is: sudo emerge "=ruby-1.8.6_p369" but on Debian, or Mandriva or Ubuntu, or... the command would be completely different. If you want an answer, please, tell us which distribution are you using. Stefano