about summary refs log tree commit diff
path: root/config/deploy.rb
diff options
context:
space:
mode:
authoresetomo <s-tomo@s-tomo.jp>2017-05-15 00:38:29 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-05-14 17:38:29 +0200
commit0a110d07b68b68fbb4b15f1e99b62d6fc696c4a7 (patch)
treea24b40751321b69bf6edcd4b4f01fc5214c0acc3 /config/deploy.rb
parent5f727f9068d7528e94e793a5b36ae10c78aacb3b (diff)
Update capistrano lock version to 3.8.1 (#3056)
Diffstat (limited to 'config/deploy.rb')
-rw-r--r--config/deploy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb
index 3ea06c1cd..0f3511485 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')