Date: Thu, 28 Jan 2010 14:26:46 -0700 From: Aaron Gifford <astounding@gmail.com> To: freebsd-ruby@freebsd.org Subject: Re: Ruby Gem Require LoadError (8-STABLE, Ruby 1.9.1) Message-ID: <e58000751001281326n5fe5f7d9h148c4638cef54434@mail.gmail.com> In-Reply-To: <20100128120819.a15e60e0.stas@FreeBSD.org> References: <e58000751001281133v42a6613dm61a0c2c7922df93d@mail.gmail.com> <20100128120819.a15e60e0.stas@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
2010/1/28 Stanislav Sedov <stas@freebsd.org> responded: > I suspect that you installed gems for ruby 1.8, not ruby 1.9. =A0Can you = show > the output of gem19 list? On the system in question gem is a symlink to gem19 (ruby version 1.8 is NOT installed on the system.), so the "gem list" shown in my original post is the output of gem19. > > Also, for ruby19 you should not use 'require "rubygems"', just use plain = require. Heh, yes, old habits are hard to break. I keep that unnecessary require around because much of my stuff has to be both 1.8 and 1.9 compatible. :) Aaron out.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e58000751001281326n5fe5f7d9h148c4638cef54434>