From dc06a329e2586ec3e9c2664534d8190877e11dac Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Wed, 15 Jul 2026 10:59:14 +0200 Subject: [PATCH] Opt-in for MFA requirement Make the gem more secure by requiring that all privileged operations by any of the owners require OTP. Ref capistrano/capistrano#2189 --- capistrano-symfony.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/capistrano-symfony.gemspec b/capistrano-symfony.gemspec index e3dc16b..0adc118 100644 --- a/capistrano-symfony.gemspec +++ b/capistrano-symfony.gemspec @@ -10,6 +10,7 @@ Gem::Specification.new do |gem| gem.description = %q{Symfony specific Capistrano tasks} gem.summary = %q{Capistrano Symfony - Easy deployment of Symfony 4 apps with Ruby over SSH} gem.homepage = "http://github.com/capistrano/capistrano-symfony" + gem.metadata = { "rubygems_mfa_required" => "true" } gem.files = `git ls-files`.split($/) # no tests as of yet