postgres support

This commit is contained in:
Zachary Chai
2017-01-19 15:09:34 -05:00
parent dcc20f875c
commit 3a3b054786
4 changed files with 13 additions and 4 deletions

View File

@ -6,6 +6,8 @@ ruby '2.3.1'
gem 'rails', '~> 5.0.0', '>= 5.0.0.1'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use postgres as the database for Active Record
gem 'pg'
# Use Puma as the app server
gem 'puma', '~> 3.0'
# Use SCSS for stylesheets