From: Eric Hodel Date: 2008-04-18T05:37:49+09:00 Subject: Re: RubyGems 1.1.1 On Apr 17, 2008, at 12:30 PM, Gerardo Santana Gómez Garrido wrote: > It seems that the packager didn't include update_rubygems. I found it > though, in the directory where rubygems was built: > > $ sudo /usr/pkgsrc/misc/rubygems/work/rubygems-1.1.0/bin/ > update_rubygems > Error: Cannot find RubyGems Update Path! > > RubyGems has already been updated. > The rubygems-update gem may now be uninstalled. > E.g. gem uninstall rubygems-update That is the RubyGems 1.1.0 updater, not 1.1.1. It appears that something went wrong with the installation of rubygems- update. Try it manually: sudo gem install rubygems-update sudo update_rubygems.