aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
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