From 05db001fe9211d66d2ee02484635af478a308ccc Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 13 Jun 2013 22:49:28 +0200 Subject: Add dependencies for postgres setup to Gemfile. --- Gemfile.lock | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 8f5bf04..dc3f673 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,6 +22,8 @@ GEM activesupport (= 3.2.13) arel (~> 3.0.2) tzinfo (~> 0.3.29) + activerecord-postgresql-adapter (0.0.1) + pg activeresource (3.2.13) activemodel (= 3.2.13) activesupport (= 3.2.13) @@ -81,7 +83,6 @@ GEM treetop (~> 1.4.8) mime-types (1.22) multi_json (1.7.2) - mysql2 (0.3.11) net-scp (1.1.0) net-ssh (>= 2.6.5) net-sftp (2.1.1) @@ -93,6 +94,7 @@ GEM paper_trail (2.7.1) activerecord (~> 3.0) railties (~> 3.0) + pg (0.15.1) polyglot (0.3.3) rack (1.4.5) rack-cache (1.2) @@ -219,11 +221,12 @@ PLATFORMS ruby DEPENDENCIES + activerecord-postgresql-adapter bcrypt-ruby (~> 3.0.0) capistrano coffee-rails (~> 3.2) jquery-rails (~> 2.0.0) - mysql2 + pg rails (~> 3.2) refinerycms (~> 2.0.0) refinerycms-blog (~> 2.0.0) -- cgit v1.2.3