aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2014-07-06 11:09:15 +0200
committerHarald Eilertsen <haraldei@anduin.net>2014-07-06 11:09:15 +0200
commit7d940b7ce87415158a63e15138bcc47bc0983659 (patch)
tree51f4d506afabed2b37561444df7a286fba7d72aa /Gemfile
parent374402fb639b8dd3c8b8d8a27ee74bf80b6a3b9a (diff)
downloadhmnoweb-7d940b7ce87415158a63e15138bcc47bc0983659.tar.gz
hmnoweb-7d940b7ce87415158a63e15138bcc47bc0983659.tar.bz2
hmnoweb-7d940b7ce87415158a63e15138bcc47bc0983659.zip
Use updated capistrano-postgres.
Need this version to use correct database when checking/adding users and databases.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 4059b30..2fbcbee 100644
--- a/Gemfile
+++ b/Gemfile
@@ -24,8 +24,8 @@ group :deployment do
gem 'capistrano-rails'
gem 'capistrano-rvm'
gem 'capistrano-postgresql',
- :git => 'git@github.com:snake66/capistrano-postgresql.git',
- :branch => 'master'
+ :git => 'https://github.com/snake66/capistrano-postgresql.git',
+ :branch => 'set-db-explicitly'
#'~>3.0'
end