I\'m attempting to run bundle in my Rails project on OSX 10.9. It fails when getting to the pg gem with this error:
bundle
pg
Gem::Installer:
When i try to install
apt-get install libpq-dev
Failed to install, unmet dependencies problem, to solve
apt-get remove libpq5
then install
Finally solved the gem pg issue.