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.
This commit is contained in:
Petko Bordjukov 2017-07-25 02:14:01 +03:00 committed by Eugen Rochko
parent ebf5a06084
commit c80046a77b
1 changed files with 1 additions and 1 deletions

View File

@ -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')