diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2017-12-16 13:56:12 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2017-12-16 13:56:12 +0100 |
commit | 2fa2acd874756c6ee28767d68ccc4cabf0cfe66f (patch) | |
tree | bf496da7649824f67141a8440051d7bde47f05b3 /Gemfile | |
parent | e48585aa7e6070e9a103c29d853b0e8c9a38d23d (diff) | |
download | hmnoweb-2fa2acd874756c6ee28767d68ccc4cabf0cfe66f.tar.gz hmnoweb-2fa2acd874756c6ee28767d68ccc4cabf0cfe66f.tar.bz2 hmnoweb-2fa2acd874756c6ee28767d68ccc4cabf0cfe66f.zip |
Go back to release version of capistrano-postgresql.
Our changes for running without sudo has been upstreamed.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |