aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2017-12-18 19:48:10 +0100
committerHarald Eilertsen <haraldei@anduin.net>2017-12-18 19:48:10 +0100
commit03bc78d2a69fe12a575197e969153282b5f3a144 (patch)
tree7ce49667774591e37c3a4f787eb465efbd34ae94 /Gemfile
parentb70546f2783503bf98febfe5ffc146131552b741 (diff)
downloadhmnoweb-03bc78d2a69fe12a575197e969153282b5f3a144.tar.gz
hmnoweb-03bc78d2a69fe12a575197e969153282b5f3a144.tar.bz2
hmnoweb-03bc78d2a69fe12a575197e969153282b5f3a144.zip
Use custom version of capistrano-postgresql.
Needed to overcome bugs with the latest released gem.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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