diff options
-rw-r--r-- | Gemfile | 4 | ||||
-rw-r--r-- | Gemfile.lock | 18 |
2 files changed, 11 insertions, 11 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 diff --git a/Gemfile.lock b/Gemfile.lock index 7a40138..7aec7e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,4 @@ 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 specs: @@ -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) |