diff --git a/.rubocop.yml b/.rubocop.yml
index 06ba896ac..af0f8e449 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -25,3 +25,5 @@ Style/ClassAndModuleChildren:
 # As the new cops are already present, e.g., Rspec/SpecFilePathPathFormat, then disabling this in preparation
 RSpec/FilePath:
   Enabled: false
+Gemspec/RequireMFA:
+  Enabled: false
diff --git a/rspec-puppet.gemspec b/rspec-puppet.gemspec
index 57bbc0d41..a91dbb42e 100644
--- a/rspec-puppet.gemspec
+++ b/rspec-puppet.gemspec
@@ -22,7 +22,6 @@ Gem::Specification.new do |s|
 
   s.authors = ['Tim Sharpe', 'Puppet, Inc.', 'Community Contributors']
   s.email = ['tim@sharpe.id.au', 'modules-team@puppet.com']
-  s.metadata['rubygems_mfa_required'] = 'true'
 
   s.required_ruby_version = Gem::Requirement.new('>= 2.7.0')
 end