Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pupular gems with 180M+ downloads implicitly requires that all privileged operations by any of the owners require OTP. At the moment of this commit, `rufus-scheduler` has 109M+ downloads, so this commit makes the gem more secure by requiring that all privileged operations by any of the owners require OTP. Also, by explicitly setting `rubygems_mfa_required` metadata, the gem will show "NEW VERSIONS REQUIRE MFA" and "VERSION PUBLISHED WITH MFA" in the sidebar at https://github.com/jmettraux/rufus-scheduler Ref: - https://blog.rubygems.org/2022/08/15/requiring-mfa-on-popular-gems.html - https://guides.rubygems.org/mfa-requirement-opt-in/
- Loading branch information