bundle install을 할 때 You need to install postgresql-server-dev-X.Y for building a server-side extension or libpq-dev for building a client-side application 에러 발생 시 아래 코드 실행
sudo apt-get install postgresql-server-dev-all
sudo apt-get install postgresql-common
실행 후 bundle install