Skip to content

Commit

Permalink
Merge pull request #268 from dvandersluis/gemspec/require-mfa
Browse files Browse the repository at this point in the history
Set `rubygems_mfa_required` in gemspec.
  • Loading branch information
koic committed Nov 13, 2021
2 parents 4dd3b9a + e1a91d4 commit 51409ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rubocop-performance.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 51409ce

Please sign in to comment.