On Tue, Jun 3, 2008 at 8:30 PM, Bret Pettichord <[EMAIL PROTECTED]> wrote: > > Appreciate any help or insight you can provide.
I'm more of a lurker than an authority on this list, but it appears you have an older version of rubygems installed. RubyGems prior to 1.0 or thereabouts would prompt the user for which version of the gem to install. Newer versions will do the right thing, and install the correct gem. To check this which version you have installed, you would run C:\ruby>gem -v 1.1.1 If it's older than 1.1.1, I would recommend updating. C:\ruby>gem update --system Updating RubyGems Hope that helps, Gordon _______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
