Use PostgreSQL in production

This commit is contained in:
Petko Bordjukov 2015-10-08 20:14:07 +03:00
parent 410e5109ab
commit 2478f0cf33
2 changed files with 6 additions and 1 deletions

View File

@ -22,4 +22,7 @@ group :development do
gem 'capistrano3-puma'
end
gem 'puma', group: :production
group :production do
gem 'puma'
gem 'pg'
end

View File

@ -94,6 +94,7 @@ GEM
net-ssh (3.0.1)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
pg (0.18.3)
pry (0.10.2)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
@ -171,6 +172,7 @@ DEPENDENCIES
coffee-rails
jbuilder
jquery-rails
pg
pry-rails
puma
rails (= 4.2.4)