Skip to content

Commit

Permalink
chore: Set mfa required true in gemspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
omarluq committed Jan 9, 2024
1 parent f99d974 commit ba7cf77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
g2_command (3.2.1)
g2_command (3.2.0)
activemodel (>= 5.0)
activesupport (>= 5.0)
dry-initializer (~> 3.0)
Expand Down Expand Up @@ -267,6 +267,7 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-23

DEPENDENCIES
appraisal
Expand Down
2 changes: 2 additions & 0 deletions g2_command.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Gem::Specification.new do |spec|

spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://github.com/g2crowd/g2_command'
spec.metadata['rubygems_mfa_required'] = 'true'

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

0 comments on commit ba7cf77

Please sign in to comment.