summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 6f4e1f4d4ae..446ee73a4b7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -17,7 +17,7 @@ gem 'actionpack-action_caching'
# Supported DBs
gem "mysql2", group: :mysql
-#gem "pg", group: :postgres
+gem "pg", group: :postgres
# Auth
gem "devise", '3.0.4'