From 9a74636a6f6d05644e6567f3cfdc31a1eaad6bec Mon Sep 17 00:00:00 2001 From: Daniel Hahn Date: Thu, 23 Feb 2012 12:51:56 +0100 Subject: [PATCH] Postgres gem for heroku --- Gemfile | 1 + Gemfile.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index a669163..3364494 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,7 @@ gem 'rails', '3.2.1' gem 'jdbc-sqlite3' gem 'activerecord-jdbcsqlite3-adapter' +gem 'pg' gem 'json' diff --git a/Gemfile.lock b/Gemfile.lock index 55da84f..bd808a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -59,6 +59,7 @@ GEM treetop (~> 1.4.8) mime-types (1.17.2) multi_json (1.1.0) + pg (0.13.2) polyglot (0.3.3) rack (1.4.1) rack-cache (1.1) @@ -115,6 +116,7 @@ DEPENDENCIES jdbc-sqlite3 jquery-rails json + pg rails (= 3.2.1) sass-rails (~> 3.2.3) therubyrhino