After upgrading my laptop to Snow Leopard aka Mac OS 10.6 the installed RubyGems had to be recompiled with
gem list | cut -d’ ‘ -f1 | xargs sudo gem install
After upgrading my laptop to Snow Leopard aka Mac OS 10.6 the installed RubyGems had to be recompiled with
gem list | cut -d’ ‘ -f1 | xargs sudo gem install