I\'m trying to install the rails 3.0.0.beta and I\'m running into this issue:
justins-mac-: justinz$ ruby -v ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-dar
Try
sudo gem update --system
Since that does nothing, try
sudo gem cleanup
then reinstall.