On Jan 23, 2008 11:34 AM, unbewusst <yvon.thoraval / gmail.com> wrote:
> i've installed rubygems 0.9.5 with ruby 1.9 lying in my HOME but i get
> only a gems/1.8/ directory.
>
> then i think i didn't use to correct version of rubygems ? is that
> right ?
>
> what is the best way to get rubygems working with ruby 1.9 installed
> in HOME ???
>
> i'm running over Mac OS X 10.4.11
>

I have no idea about OSX, but I think you can update your rubygems
easily if you go in the ~/ruby/bin directory(gem is located there) and
use
> sudo gem update --system
to update your Rubygems. I hope that helps.