Created
October 23, 2009 03:49
-
-
Save dysinger/216624 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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