aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2014-12-11 20:51:20 +0100
committerHarald Eilertsen <haraldei@anduin.net>2014-12-11 20:51:20 +0100
commitc79fe69abe37b0454a86ae78b6f333363f95bff2 (patch)
treedd7024f4b269d286e5abb00d9a374b94fe663ec8 /Gemfile
parent1232a5e141a8af17cae52b8a486c71b1e2119437 (diff)
downloadhmnoweb-c79fe69abe37b0454a86ae78b6f333363f95bff2.tar.gz
hmnoweb-c79fe69abe37b0454a86ae78b6f333363f95bff2.tar.bz2
hmnoweb-c79fe69abe37b0454a86ae78b6f333363f95bff2.zip
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.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 3 insertions, 1 deletions
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