Skip to content

Commit 8fb9969

Browse files
committed
chore: Set mfa required true in gemspec file
1 parent f99d974 commit 8fb9969

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
g2_command (3.2.1)
4+
g2_command (3.2.0)
55
activemodel (>= 5.0)
66
activesupport (>= 5.0)
77
dry-initializer (~> 3.0)
@@ -267,6 +267,7 @@ GEM
267267

268268
PLATFORMS
269269
arm64-darwin-22
270+
arm64-darwin-23
270271

271272
DEPENDENCIES
272273
appraisal

g2_command.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Gem::Specification.new do |spec|
1515

1616
spec.metadata['homepage_uri'] = spec.homepage
1717
spec.metadata['source_code_uri'] = 'https://github.com/g2crowd/g2_command'
18+
spec.metadata['rubygems_mfa_required'] = 'true'
1819

1920
# Specify which files should be added to the gem when it is released.
2021
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -29,4 +30,5 @@ Gem::Specification.new do |spec|
2930
spec.add_dependency 'activesupport', '>= 5.0'
3031
spec.add_dependency 'dry-initializer', '~> 3.0'
3132
spec.add_dependency 'dry-monads', '~> 1.3'
33+
spec.metadata['rubygems_mfa_required'] = 'true'
3234
end

0 commit comments

Comments
 (0)