From 03bc78d2a69fe12a575197e969153282b5f3a144 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Mon, 18 Dec 2017 19:48:10 +0100 Subject: Use custom version of capistrano-postgresql. Needed to overcome bugs with the latest released gem. --- Gemfile.lock | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 2d41d61..a28f67d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -29,6 +29,14 @@ GIT refinerycms-settings (~> 2.1.0) seo_meta (~> 1.4.0) +GIT + remote: https://github.com/snake66/capistrano-postgresql/ + revision: f8acac461b24e6f9446a071447bc3797ac110cf2 + branch: use-systemdb-for-creating-users-dbs + specs: + capistrano-postgresql (4.6.1) + capistrano (>= 3.0) + PATH remote: vendor/extensions specs: @@ -85,8 +93,6 @@ GEM capistrano-bundler (1.1.2) capistrano (~> 3.0) sshkit (~> 1.2) - capistrano-postgresql (4.6.1) - capistrano (>= 3.0) capistrano-rails (1.1.1) capistrano (~> 3.1) capistrano-bundler (~> 1.1) @@ -98,6 +104,7 @@ GEM coffee-script-source execjs coffee-script-source (1.6.2) + concurrent-ruby (1.0.5) decorators (1.0.5) railties (>= 3.0.19) devise (2.2.8) @@ -117,7 +124,8 @@ GEM activemodel (>= 3.1.0, < 4.0.0) activerecord (>= 3.1.0, < 4.0.0) hike (1.2.3) - i18n (0.7.0) + i18n (0.9.1) + concurrent-ruby (~> 1.0) journey (1.0.4) jquery-rails (2.3.0) railties (>= 3.0, < 5.0) @@ -131,7 +139,7 @@ GEM multi_json (1.11.2) net-scp (1.2.1) net-ssh (>= 2.6.5) - net-ssh (3.0.1) + net-ssh (4.2.0) orm_adapter (0.5.0) pg (0.15.1) piwik_analytics (1.0.2) @@ -166,7 +174,7 @@ GEM rake (>= 0.8.7) rdoc (~> 3.4) thor (>= 0.14.6, < 2.0) - rake (10.4.2) + rake (12.3.0) rdoc (3.12.2) json (~> 1.4) refinerycms (2.1.5) @@ -244,7 +252,7 @@ GEM rack (~> 1.0) tilt (~> 1.1, != 1.3.0) sqlite3 (1.3.11) - sshkit (1.8.1) + sshkit (1.15.1) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) thor (0.19.1) @@ -269,7 +277,7 @@ DEPENDENCIES bcrypt-ruby (~> 3.0.0) capistrano (~> 3.3.4) capistrano-bundler - capistrano-postgresql (~> 4.6.1) + capistrano-postgresql (~> 4.6.1)! capistrano-rails coffee-rails (~> 3.2) jquery-rails (~> 2.3.0) -- cgit v1.2.3