From: Jeremy Kemper Date: 2009-03-27T02:42:56+09:00 Subject: Re: Update latest Ruby Version 1.9 on Mac OSX On Thu, Mar 26, 2009 at 10:40 AM, Thomas Khaipi wrote: > How can I Update latest Ruby Version 1.9 ? > > I still use Ruby v1.8.6 version on Mac OSX 10.5.6 Install it separately instead of upgrading. Download the source and ./configure --program-suffix=19 Then you have ruby19, irb19, etc at your disposal. jeremy