1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Use the bundled Capistrano version (#9855)

This commit is contained in:
Alexander Mankuta 2019-01-18 22:31:11 +02:00 committed by Eugen Rochko
parent b506ce1197
commit 88c5a8a4ff

View 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')