Skip to content

Commit

Permalink
Opt-in for MFA requirement (#973)
Browse files Browse the repository at this point in the history
Make the gem more secure by requiring that all privileged operations by
any of the owners require OTP.

Ref: https://guides.rubygems.org/mfa-requirement-opt-in/
  • Loading branch information
tagliala authored Sep 11, 2024
1 parent 604ee1c commit 5716756
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion parallel_tests.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Gem::Specification.new name, ParallelTests::VERSION do |s|
"changelog_uri" => "https://github.com/grosser/#{name}/blob/v#{s.version}/CHANGELOG.md",
"documentation_uri" => "https://github.com/grosser/#{name}/blob/v#{s.version}/Readme.md",
"source_code_uri" => "https://github.com/grosser/#{name}/tree/v#{s.version}",
"wiki_uri" => "https://github.com/grosser/#{name}/wiki"
"wiki_uri" => "https://github.com/grosser/#{name}/wiki",
"rubygems_mfa_required" => "true"
}

s.files = Dir["{lib,bin}/**/*"] + ["Readme.md"]
Expand Down

0 comments on commit 5716756

Please sign in to comment.