Update capistrano config lock version to match bundle (#24820)
1 files changed, 1 insertions(+), 1 deletions(-) M config/deploy.rb
M config/deploy.rb => config/deploy.rb +1 -1
@@ 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')