From 7d940b7ce87415158a63e15138bcc47bc0983659 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 6 Jul 2014 11:09:15 +0200 Subject: Use updated capistrano-postgres. Need this version to use correct database when checking/adding users and databases. --- Gemfile | 4 ++-- Gemfile.lock | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 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 diff --git a/Gemfile.lock b/Gemfile.lock index 7a40138..7aec7e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,11 +1,3 @@ -GIT - remote: git@github.com:snake66/capistrano-postgresql.git - revision: f1a0141635d944c6b92be9f8e5c21664a23874a7 - branch: master - specs: - capistrano-postgresql (3.0.0) - capistrano (>= 3.0) - GIT remote: https://github.com/capistrano/capistrano.git revision: bb2ed22893f1116face0c39fc24c5e0792e86a26 @@ -16,6 +8,14 @@ GIT rake (>= 10.0.0) sshkit (~> 1.3) +GIT + remote: https://github.com/snake66/capistrano-postgresql.git + revision: 80153f2388dd23361ac31248d0ee66cd2004b25c + branch: set-db-explicitly + specs: + capistrano-postgresql (3.0.0) + capistrano (>= 3.0) + GEM remote: https://rubygems.org/ specs: @@ -139,7 +139,7 @@ GEM rake (>= 0.8.7) rdoc (~> 3.4) thor (>= 0.14.6, < 2.0) - rake (10.0.4) + rake (10.3.2) rdoc (3.12.2) json (~> 1.4) refinerycms (2.0.10) -- cgit v1.2.3