logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 0a110d07b68b68fbb4b15f1e99b62d6fc696c4a7
parent: 5f727f9068d7528e94e793a5b36ae10c78aacb3b
Author: esetomo <s-tomo@s-tomo.jp>
Date:   Mon, 15 May 2017 00:38:29 +0900

Update capistrano lock version to 3.8.1 (#3056)


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.0' +lock '3.8.1' set :repo_url, ENV.fetch('REPO', 'https://github.com/tootsuite/mastodon.git') set :branch, ENV.fetch('BRANCH', 'master')