From 981c3a2a9fab8770d11b485042dda61a2ea795f9 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Wed, 15 Jul 2026 10:59:24 +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-composer.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/capistrano-composer.gemspec b/capistrano-composer.gemspec index c7da102..1ab2a41 100644 --- a/capistrano-composer.gemspec +++ b/capistrano-composer.gemspec @@ -10,6 +10,7 @@ Gem::Specification.new do |spec| spec.description = %q{Composer support for Capistrano 3.x} spec.summary = %q{Composer support for Capistrano 3.x} spec.homepage = 'https://github.com/capistrano/composer' + spec.metadata = { "rubygems_mfa_required" => "true" } spec.license = 'MIT' spec.files = `git ls-files`.split($/)