From: Petko Bordjukov Date: Mon, 24 Jul 2017 23:14:01 +0000 (+0300) Subject: Update Capistrano lock version in config/deploy.rb (#4352) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=c80046a77bce2dd27d60fa22bd7d98b4ea5af331;p=mastodon.git 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. --- diff --git a/config/deploy.rb b/config/deploy.rb index 0f3511485..33b88b109 100644 --- 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')