]> cat aescling's git repositories - mastodon.git/commitdiff
Use the bundled Capistrano version (#9855)
authorAlexander Mankuta <alex+github@pointless.one>
Fri, 18 Jan 2019 20:31:11 +0000 (22:31 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 18 Jan 2019 20:31:11 +0000 (21:31 +0100)
config/deploy.rb

index e0cd60f5438273a72576a12fe76dd371a450ecfa..f0db50788c26b6c602dce3d2a907c3941898bb73 100644 (file)
@@ -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')