Skip to content

Commit

Permalink
Enable MFA for rubygems
Browse files Browse the repository at this point in the history
Resolves #79
  • Loading branch information
cjcolvar authored and dlpierce committed Feb 1, 2023
1 parent 59b41e2 commit 72f24f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bixby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Gem::Specification.new do |spec|
'by Samvera Community projects.'
spec.homepage = 'http://github.com/samvera/bixby'
spec.files = `git ls-files`.split($OUTPUT_RECORD_SEPARATOR)
spec.metadata = { "rubygems_mfa_required" => "true" }

spec.name = 'bixby'
spec.require_paths = ['lib']
Expand Down

0 comments on commit 72f24f9

Please sign in to comment.