I am trying to use postgresql with Ruby on Rails on Heroku but got an error
Specified \'postgresql\' for
I added the following version into my gemfile, and it is solved.
gem "pg", "~> 0.18"