Are you familiar with this error? I have no idea how to fix this:
Installing json (1.6.3) with native extensions Gem::Installer::ExtensionBuildError: ERROR: Fai
The makefile references /usr/bin/gcc-4.2 … I solved this by creating a symlink to the correct executable:
/usr/bin/gcc-4.2
sudo ln -s /usr/bin/llvm-gcc-4.2 /usr/bin/gcc-4.2