From 8d8b555f07e21ad5f225f630cc50b97e6ec28c24 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 21 Jun 2014 16:00:27 +0200 Subject: Install capistrano-postgresql for easier database setup. --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index bd9f1c5..522fd29 100644 --- a/Gemfile +++ b/Gemfile @@ -23,6 +23,7 @@ group :deployment do gem 'capistrano-bundler' gem 'capistrano-rails' gem 'capistrano-rvm' + gem 'capistrano-postgresql', '~>3.0' end # Gems used only for assets and not required -- cgit v1.2.3