From 7d940b7ce87415158a63e15138bcc47bc0983659 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 6 Jul 2014 11:09:15 +0200 Subject: Use updated capistrano-postgres. Need this version to use correct database when checking/adding users and databases. --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 4059b30..2fbcbee 100644 --- a/Gemfile +++ b/Gemfile @@ -24,8 +24,8 @@ group :deployment do gem 'capistrano-rails' gem 'capistrano-rvm' gem 'capistrano-postgresql', - :git => 'git@github.com:snake66/capistrano-postgresql.git', - :branch => 'master' + :git => 'https://github.com/snake66/capistrano-postgresql.git', + :branch => 'set-db-explicitly' #'~>3.0' end -- cgit v1.2.3