Skip to content

Commit

Permalink
Merge pull request #1213 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
bquorning authored Nov 13, 2021
2 parents dfbccf7 + 00c0e11 commit 51b1fbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rubocop-rspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ Gem::Specification.new do |spec|

spec.metadata = {
'changelog_uri' => 'https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md',
'documentation_uri' => 'https://docs.rubocop.org/rubocop-rspec/'
'documentation_uri' => 'https://docs.rubocop.org/rubocop-rspec/',
'rubygems_mfa_required' => 'true'
}

spec.add_runtime_dependency 'rubocop', '~> 1.19'
Expand Down

0 comments on commit 51b1fbf

Please sign in to comment.