From 0a110d07b68b68fbb4b15f1e99b62d6fc696c4a7 Mon Sep 17 00:00:00 2001
From: esetomo <s-tomo@s-tomo.jp>
Date: Mon, 15 May 2017 00:38:29 +0900
Subject: [PATCH] Update capistrano lock version to 3.8.1 (#3056)

---
 config/deploy.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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