HerokuでPlease install the postgres adapterというエラーが出る

gem 'pg'は入れてるし、ローカルのbundle installは--without productionでやってるのだけど。

therubyracer-herokuをいれないといけないんだっけ?
http://aws.lefthandz.org/wordpress/2012/01/deploy-rails-3-1-x-to-heroku/

gem 'sqlite3'のスコープが間違ってた。

group :development :test do
  gem 'sqlite3'
end