From 302643feb4115c2937cdb2711b6eacf18823d023 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Wed, 15 Jul 2026 10:46:29 +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-rvm.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/capistrano-rvm.gemspec b/capistrano-rvm.gemspec index 69b2cd8..330934b 100644 --- a/capistrano-rvm.gemspec +++ b/capistrano-rvm.gemspec @@ -10,6 +10,7 @@ Gem::Specification.new do |gem| gem.description = %q{RVM integration for Capistrano} gem.summary = %q{RVM integration for Capistrano} gem.homepage = "https://github.com/capistrano/rvm" + gem.metadata = { "rubygems_mfa_required" => "true" } gem.files = `git ls-files`.split($/) gem.test_files = gem.files.grep(%r{^(test|spec|features)/})