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:
The following worked for me:
gem install pg -v '0.18.1' -- --with-pg config=/Library/PostgreSQL/9.3/bin/pg_config