I am trying to use postgresql with Ruby on Rails on Heroku but got an error
Specified \'postgresql\' for
This worked for me
gem 'pg', '~> 0.20'
Thanks to Piers C
Got this answer from
Heroku and Rails: Gem Load Error with Postgres, however it is Specified in GEMFILE