Skip to content

Commit fa408d7

Browse files
authoredMar 7, 2025··
chore: fix a typo (#104)
1 parent 5b1ed5a commit fa408d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎with_advisory_lock.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616
spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
1717
spec.test_files = spec.files.grep(%r{^test/})
1818
spec.require_paths = %w[lib]
19-
spec.metadata = { 'rubyspecs_mfa_required' => 'true' }
19+
spec.metadata = { 'rubygems_mfa_required' => 'true' }
2020
spec.required_ruby_version = '>= 2.7.0'
2121
spec.metadata['yard.run'] = 'yri'
2222

0 commit comments

Comments
 (0)
Please sign in to comment.