diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2014-07-06 11:09:15 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2014-07-06 11:09:15 +0200 |
commit | 7d940b7ce87415158a63e15138bcc47bc0983659 (patch) | |
tree | 51f4d506afabed2b37561444df7a286fba7d72aa /Gemfile | |
parent | 374402fb639b8dd3c8b8d8a27ee74bf80b6a3b9a (diff) | |
download | hmnoweb-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-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |