From: Jayson Williams Date: 2008-07-04T02:05:03+09:00 Subject: Re: Check version On Thu, Jul 3, 2008 at 12:35 PM, Pål Bergström wrote: > The same as ruby -v. I get "ruby 1.8.6 (2007-03-13 patchlevel 0) > [i686-darwin8.9.1]". How do I know what version of 1.8.6 I have? At > ruby-lang.org I see that they mention "Please upgrade to 1.8.5-p231". > How do I check that? > -- I think you have all the info you need. That "patchlevel" bit in parens correlates to the p231 you saw on ruby-lang.org. You have version 1.8.6-p0. My ruby -v reports 1.8.6 (2007-09-24 patchlevel 111) that would be version 1.8.6-p111 ~jay