I installed the Yosemite beta the other night and now I am having issues with my postgres gem:
$ rails s
/Users/julio/GIT_REPOS/maztaplan2/vendor/bundle/gems/pg-0.17.1/lib/pg.rb:4:in `require': dlopen(/Users/julio/GIT_REPOS/maztaplan2/vendor/bundle/extensions/x86_64-darwin-13/2.0.0/pg-0.17.1/pg_ext.bundle, 9): Library not loaded: /usr/local/lib/libpq.5.6.dylib (LoadError)
I tried updating my gems with gem update system
but it said there was nothing to update. I also did a bundle update
with no change.