Skip to content

Commit

Permalink
Disable Gemspec/RequireMFA
Browse files Browse the repository at this point in the history
  • Loading branch information
rochefort committed Dec 11, 2023
1 parent 5e29608 commit 2ad7d75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion git-trend.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ Gem::Specification.new do |spec|
spec.add_dependency "thor", ">= 0.20.0", "< 1.3.0"
spec.add_dependency "unicode-display_width"

spec.metadata["rubygems_mfa_required"] = "false" # FIXME: mfa
# FIXME: mfa
spec.metadata["rubygems_mfa_required"] = "false" # rubocop:disable Gemspec/RequireMFA
end

0 comments on commit 2ad7d75

Please sign in to comment.