diff options
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 |