2009/8/18 Maciej Bliziński <[email protected]>: > On Tue, Aug 18, 2009 at 4:06 PM, David Chelimsky<[email protected]> wrote: >>> More information: >>> >>> $ rake --version >>> rake, version 0.8.7 >> >> What Ruby and Rubygems versions:? >> >> $ ruby --version >> $ gem --version > > $ ruby --version > ruby 1.8.7 (2009-06-12 patchlevel 174) [i386-solaris2.8] > $ gem --version > 0.9.2
That is a very old version of rubygems (2007-02-05) which probably doesn't support the gem method yet (just guessing). I'm using 1.3.4 (though it looks like there is a 1.3.5 version I missed). I'd recommend upgrading. Cheers, David _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
