aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2013-06-13 22:49:28 +0200
committerHarald Eilertsen <haraldei@anduin.net>2013-06-13 22:49:28 +0200
commit05db001fe9211d66d2ee02484635af478a308ccc (patch)
tree01ad5ef820f7ed65d07feadb586e3331e4dab176
parent5d91fe446f1aab0bb71db537305dde9496574944 (diff)
downloadhmnoweb-05db001fe9211d66d2ee02484635af478a308ccc.tar.gz
hmnoweb-05db001fe9211d66d2ee02484635af478a308ccc.tar.bz2
hmnoweb-05db001fe9211d66d2ee02484635af478a308ccc.zip
Add dependencies for postgres setup to Gemfile.
-rw-r--r--Gemfile3
-rw-r--r--Gemfile.lock7
2 files changed, 7 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 8cf0229..8ec619e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,7 +10,8 @@ group :development, :test do
end
group :production do
- gem 'mysql2'
+ gem 'activerecord-postgresql-adapter'
+ gem 'pg'
end
# Gems used only for assets and not required
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)