FreeBSD woes (libv8 and therubyracer)
Created by: voidzero
When running bundle install
on FreeBSD, bundle stops at libv8 because it doesn't compile. This could be resolved, I suppose, by checking whether the OS is FreeBSD and if it is, require therubyracer-freebsd which depends on libv8-freebsd. These are separate gems.