Skip to content

Commit

Permalink
Merge pull request #1443 from octokit/rubygems-mfa
Browse files Browse the repository at this point in the history
Require multi-factor authentication to push new releases to RubyGems
  • Loading branch information
nickfloyd committed Jun 8, 2022
2 parents 39c8f4a + a07fcca commit c1f4c60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions octokit.gemspec
Expand Up @@ -21,4 +21,5 @@ Gem::Specification.new do |spec|
spec.required_rubygems_version = '>= 1.3.5'
spec.summary = 'Ruby toolkit for working with the GitHub API'
spec.version = Octokit::VERSION.dup
spec.metadata = { 'rubygems_mfa_required' => 'true' }
end

0 comments on commit c1f4c60

Please sign in to comment.