logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: c80046a77bce2dd27d60fa22bd7d98b4ea5af331
parent: ebf5a060843697d6c51ddfa2f80c1cff1054799e
Author: Petko Bordjukov <ignisf@users.noreply.github.com>
Date:   Tue, 25 Jul 2017 02:14:01 +0300

Update Capistrano lock version in config/deploy.rb (#4352)

Deployment with Capistrano was failing due to a mismatch between the loaded
version of Capistrano and the one specified in the deployment
configuration. Bumping the version in config/deploy.rb fixes this issue.

Diffstat:

Mconfig/deploy.rb2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/deploy.rb b/config/deploy.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -lock '3.8.1' +lock '3.8.2' set :repo_url, ENV.fetch('REPO', 'https://github.com/tootsuite/mastodon.git') set :branch, ENV.fetch('BRANCH', 'master')