You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into some errors with [homebrew](http://brew.sh/) trying to install [Octave](http://www.gnu.org/software/octave/) (a potential [Matlab](http://www.mathworks.com/products/matlab/) replacement) on Wednesday. One of the troubleshooting steps included uninstalling [macports](http://guide.macports.org/). It wasn't until after I saw some of the items macports was deleting that I noticed it would be dropping some of [nokogiri](http://nokogiri.org/)'s dependencies.
9
+
10
+
After the macports uninstall was complete, I was able to confirm the same by running the tests for my side project.
11
+
12
+
> TESTS FAIL!
13
+
14
+
Luckily I used [bundler](http://bundler.io/) when building [a simple Sinatra/Active Record app](https://github.com/queuebit/nai.warikan) last week.
0 commit comments