]> cat aescling's git repositories - mastodon.git/commitdiff
Update Capistrano lock version in config/deploy.rb (#4352)
authorPetko Bordjukov <ignisf@users.noreply.github.com>
Mon, 24 Jul 2017 23:14:01 +0000 (02:14 +0300)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 24 Jul 2017 23:14:01 +0000 (01:14 +0200)
Deployment with Capistrano was failing due to a mismatch between the loaded
version of Capistrano and the one specified in the deployment
configuration. Bumping the version in config/deploy.rb fixes this issue.

config/deploy.rb

index 0f35114858ca27bacfacc9476e4697775df42f64..33b88b109cb173c81c7610eef62875823765e800 100644 (file)
@@ -1,6 +1,6 @@
 # frozen_string_literal: true
 
-lock '3.8.1'
+lock '3.8.2'
 
 set :repo_url, ENV.fetch('REPO', 'https://github.com/tootsuite/mastodon.git')
 set :branch, ENV.fetch('BRANCH', 'master')