From 03bc78d2a69fe12a575197e969153282b5f3a144 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Mon, 18 Dec 2017 19:48:10 +0100 Subject: Use custom version of capistrano-postgresql. Needed to overcome bugs with the latest released gem. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index c1a91ec..8649166 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ group :deployment do gem 'capistrano', '~> 3.3.4' gem 'capistrano-bundler' gem 'capistrano-rails' - gem 'capistrano-postgresql', '~> 4.6.1' + gem 'capistrano-postgresql', '~> 4.6.1', :git => 'https://github.com/snake66/capistrano-postgresql/', :branch => 'use-systemdb-for-creating-users-dbs' end # Gems used only for assets and not required -- cgit v1.2.3