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