From e576fd427f83efda38d65f5cee0dae88f52068a4 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 18 Jul 2013 16:01:35 -0600 Subject: use postgres gem instead of sqlite --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 732ebdb..c9c85fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,6 +54,7 @@ GEM mime-types (1.23) minitest (4.7.5) multi_json (1.7.7) + pg (0.15.1) polyglot (0.3.3) rack (1.5.2) rack-test (0.6.2) @@ -102,7 +103,6 @@ GEM actionpack (>= 3.0) activesupport (>= 3.0) sprockets (~> 2.8) - sqlite3 (1.3.7) thor (0.18.1) thread_safe (0.1.0) atomic @@ -124,10 +124,10 @@ DEPENDENCIES coffee-rails (~> 4.0.0) jbuilder (~> 1.2) jquery-rails + pg rails (= 4.0.0) rspec-rails sass-rails (~> 4.0.0) sdoc - sqlite3 turbolinks uglifier (>= 1.3.0) -- cgit v1.2.3