aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
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 /Gemfile
parent5d91fe446f1aab0bb71db537305dde9496574944 (diff)
downloadhmnoweb-05db001fe9211d66d2ee02484635af478a308ccc.tar.gz
hmnoweb-05db001fe9211d66d2ee02484635af478a308ccc.tar.bz2
hmnoweb-05db001fe9211d66d2ee02484635af478a308ccc.zip
Add dependencies for postgres setup to Gemfile.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 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