Skip to content

Instantly share code, notes, and snippets.

@dysinger
Created October 23, 2009 03:49
Show Gist options
  • Select an option

  • Save dysinger/216624 to your computer and use it in GitHub Desktop.

Select an option

Save dysinger/216624 to your computer and use it in GitHub Desktop.
# Clean out OS X Snow Leopard's crappy default gems (I prefer ~/.gem installs)
sudo gem uninstall \
--install-dir /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8 \
--bindir /usr/bin -I \
actionmailer actionpack actionwebservice activerecord activeresource activesupport \
acts_as_ferret capistrano cgi_multipart_eof_fix daemons dnssd fastthread fcgi ferret \
gem_plugin highline hpricot libxml-ruby mongrel needle net-scp net-sftp net-ssh \
net-ssh-gateway rails rake RedCloth ruby-openid ruby-yadis rubynode sqlite3-ruby \
termios xmpp4r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment