about summary refs log tree commit diff
path: root/config/deploy.rb
diff options
context:
space:
mode:
authorAlexander Mankuta <alex+github@pointless.one>2019-01-18 22:31:11 +0200
committerEugen Rochko <eugen@zeonfederated.com>2019-01-18 21:31:11 +0100
commit88c5a8a4ff6c786619da282a25ddb5e20012fc0c (patch)
tree3923bb7e6234c0147343a2aa20df052e2cd28f03 /config/deploy.rb
parentb506ce119766bb3308f934e2d3de143b3ac6f5ad (diff)
Use the bundled Capistrano version (#9855)
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 e0cd60f54..f0db50788 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -1,6 +1,6 @@
 # frozen_string_literal: true
 
-lock '3.10.2'
+lock '3.11.0'
 
 set :repo_url, ENV.fetch('REPO', 'https://github.com/tootsuite/mastodon.git')
 set :branch, ENV.fetch('BRANCH', 'master')