From 189407cc44275016a0b00798a3dac704f870f8c0 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 17 Dec 2017 12:37:40 +0100 Subject: Install GalleryLinks extension into main app. --- Gemfile.lock | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index ec3b52a..2d41d61 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -29,6 +29,12 @@ GIT refinerycms-settings (~> 2.1.0) seo_meta (~> 1.4.0) +PATH + remote: vendor/extensions + specs: + refinerycms-gallery_links (1.0) + refinerycms-core (~> 2.1.5) + GEM remote: https://rubygems.org/ specs: @@ -275,6 +281,7 @@ DEPENDENCIES refinerycms (~> 2.1.0) refinerycms-acts-as-indexed! refinerycms-blog (~> 2.1.0)! + refinerycms-gallery_links! refinerycms-i18n (~> 2.1.0) refinerycms-inquiries (~> 2.1.0) refinerycms-page-images (~> 2.1.0) -- cgit v1.2.3 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 From ad7591bbac5b65bdaebba795300a37fe04295cc1 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 26 Dec 2017 14:05:09 +0100 Subject: Go back to release version of capistrano-postgresql gem again. --- Gemfile.lock | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index a28f67d..2f177ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -29,14 +29,6 @@ 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: @@ -93,6 +85,8 @@ GEM capistrano-bundler (1.1.2) capistrano (~> 3.0) sshkit (~> 1.2) + capistrano-postgresql (4.7.0) + capistrano (>= 3.0) capistrano-rails (1.1.1) capistrano (~> 3.1) capistrano-bundler (~> 1.1) @@ -277,7 +271,7 @@ DEPENDENCIES bcrypt-ruby (~> 3.0.0) capistrano (~> 3.3.4) capistrano-bundler - capistrano-postgresql (~> 4.6.1)! + capistrano-postgresql (~> 4.7.0) capistrano-rails coffee-rails (~> 3.2) jquery-rails (~> 2.3.0) -- cgit v1.2.3 From 4bb64a9f140266dccd9601b653c71b556f96fad7 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 26 Dec 2017 19:43:18 +0100 Subject: Upgrade capistrano to version 3.10.1 --- Gemfile.lock | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 2f177ef..ad1b897 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,17 +71,19 @@ GEM acts-as-taggable-on (2.4.1) rails (>= 3, < 5) acts_as_indexed (0.8.3) + airbrussh (1.3.0) + sshkit (>= 1.6.1, != 1.7.0) arel (3.0.3) awesome_nested_set (2.1.6) activerecord (>= 3.0.0) babosa (1.0.2) bcrypt-ruby (3.0.1) builder (3.0.4) - capistrano (3.3.5) - capistrano-stats (~> 1.1.0) + capistrano (3.10.1) + airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) - sshkit (~> 1.3) + sshkit (>= 1.9.0) capistrano-bundler (1.1.2) capistrano (~> 3.0) sshkit (~> 1.2) @@ -90,7 +92,6 @@ GEM capistrano-rails (1.1.1) capistrano (~> 3.1) capistrano-bundler (~> 1.1) - capistrano-stats (1.1.1) coffee-rails (3.2.2) coffee-script (>= 2.2.0) railties (~> 3.2.0) @@ -269,7 +270,7 @@ DEPENDENCIES SyslogLogger activerecord-postgresql-adapter bcrypt-ruby (~> 3.0.0) - capistrano (~> 3.3.4) + capistrano (~> 3.10.0) capistrano-bundler capistrano-postgresql (~> 4.7.0) capistrano-rails -- cgit v1.2.3 From 774e390752950730f9110679c3baac5345bfca8e Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 6 Jan 2018 19:37:52 +0100 Subject: Add dependency to test-unit v 3.0 --- Gemfile.lock | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index ad1b897..56dbe3e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -142,6 +142,7 @@ GEM activesupport rails (>= 3.0.0) polyglot (0.3.5) + power_assert (1.1.1) puma (3.9.1) rack (1.4.7) rack-cache (1.5.1) @@ -250,6 +251,8 @@ GEM sshkit (1.15.1) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) + test-unit (3.2.7) + power_assert thor (0.19.1) tilt (1.4.1) treetop (1.4.15) @@ -295,6 +298,7 @@ DEPENDENCIES spork spork-testunit sqlite3 + test-unit (~> 3.0) uglifier (>= 1.0.3) BUNDLED WITH -- cgit v1.2.3