From c79fe69abe37b0454a86ae78b6f333363f95bff2 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 11 Dec 2014 20:51:20 +0100 Subject: Upgrade capistrano-postgresql to private version. Based on official version 4.2 but with added option to avoid sudo when creating databases and database users. --- Gemfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 8fa8184..bb22fc5 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,9 @@ group :deployment do gem 'capistrano-bundler' gem 'capistrano-rails' gem 'capistrano-rvm' - gem 'capistrano-postgresql', '~>3.0' + gem 'capistrano-postgresql', + :git => 'https://github.com/snake66/capistrano-postgresql.git', + :branch => 'make-sudo-optional' #'~>4.0' gem 'capistrano-passenger' end -- cgit v1.2.3