From d25b61fa00cd59e212511b2d970038d04a38052b Mon Sep 17 00:00:00 2001 From: HoneyryderChuck Date: Tue, 16 Nov 2021 15:07:08 +0000 Subject: [PATCH] set mfa required in gemspec --- httpx.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/httpx.gemspec b/httpx.gemspec index 20fc8841..27b4bd91 100644 --- a/httpx.gemspec +++ b/httpx.gemspec @@ -24,6 +24,7 @@ Gem::Specification.new do |gem| "documentation_uri" => "https://honeyryderchuck.gitlab.io/httpx/rdoc/", "source_code_uri" => "https://gitlab.com/honeyryderchuck/httpx", "homepage_uri" => "https://honeyryderchuck.gitlab.io/httpx/", + "rubygems_mfa_required" => "true", } gem.files = Dir["LICENSE.txt", "README.md", "lib/**/*.rb", "sig/**/*.rbs", "doc/release_notes/*.md"]