I ran into some errors with homebrew trying to install Octave (a potential Matlab replacement) on Wednesday. One of the troubleshooting steps included uninstalling macports. It wasn’t until after I saw some of the items macports was deleting that I noticed it would be dropping some of nokogiri’s dependencies.
After the macports uninstall was complete, I was able to confirm the same by running the tests for my side project.
TESTS FAIL!
Luckily I used bundler when building a simple Sinatra/Active Record app last week.
bundle install
rake test
TESTS PASS!
git add Gemfile
git commit -m "Thanks Bundler!"