aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
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