Update capistrano config lock version to match bundle (#24820)

This commit is contained in:
Matt Jankowski 2023-05-03 23:31:04 -04:00 committed by GitHub
parent a8aad4a45a
commit 326df0d712

View file

@ -1,6 +1,6 @@
# frozen_string_literal: true
lock '3.17.1'
lock '3.17.2'
set :repo_url, ENV.fetch('REPO', 'https://github.com/mastodon/mastodon.git')
set :branch, ENV.fetch('BRANCH', 'main')