From 40df7b370e24171b3500099571ae27eb703cddff Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Wed, 15 Jul 2026 10:59:46 +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-chruby.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/capistrano-chruby.gemspec b/capistrano-chruby.gemspec index 91beb30..1b6ff54 100644 --- a/capistrano-chruby.gemspec +++ b/capistrano-chruby.gemspec @@ -10,6 +10,7 @@ Gem::Specification.new do |gem| gem.description = %q{chruby integration for Capistrano} gem.summary = %q{chruby integration for Capistrano} gem.homepage = "https://github.com/kirs/chruby" + gem.metadata = { "rubygems_mfa_required" => "true" } gem.license = "MIT" gem.files = `git ls-files`.split($/)