From 2fa2acd874756c6ee28767d68ccc4cabf0cfe66f Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 16 Dec 2017 13:56:12 +0100 Subject: Go back to release version of capistrano-postgresql. Our changes for running without sudo has been upstreamed. --- Gemfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 9f8646f..19c8dd2 100644 --- a/Gemfile +++ b/Gemfile @@ -24,9 +24,7 @@ group :deployment do gem 'capistrano', '~> 3.3.4' gem 'capistrano-bundler' gem 'capistrano-rails' - gem 'capistrano-postgresql', - :git => 'https://github.com/capistrano-plugins/capistrano-postgresql.git', - :branch => 'feature/psql_without_sudo' #'~>4.0' + gem 'capistrano-postgresql', '~> 4.6.1' end # Gems used only for assets and not required -- cgit v1.2.3