From e1a91d4cd09505f5b4bf97cdf19e29030fdb53a1 Mon Sep 17 00:00:00 2001 From: Daniel Vandersluis Date: Fri, 12 Nov 2021 14:41:56 -0500 Subject: [PATCH] Set `rubygems_mfa_required` in gemspec. --- rubocop-performance.gemspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rubocop-performance.gemspec b/rubocop-performance.gemspec index 8301c7d322..57b6fe7eca 100644 --- a/rubocop-performance.gemspec +++ b/rubocop-performance.gemspec @@ -26,7 +26,8 @@ Gem::Specification.new do |s| 'changelog_uri' => 'https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md', 'source_code_uri' => 'https://github.com/rubocop/rubocop-performance/', 'documentation_uri' => "https://docs.rubocop.org/rubocop-performance/#{RuboCop::Performance::Version.document_version}/", - 'bug_tracker_uri' => 'https://github.com/rubocop/rubocop-performance/issues' + 'bug_tracker_uri' => 'https://github.com/rubocop/rubocop-performance/issues', + 'rubygems_mfa_required' => 'true' } s.add_runtime_dependency('rubocop', '>= 1.7.0', '< 2.0')