Skip to content

Commit

Permalink
Enable MFA on publishing as a best practice (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Apr 14, 2023
1 parent 80b9153 commit e0b6cc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions .rubocop_todo.yml
Expand Up @@ -6,14 +6,6 @@
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: Severity, Include.
# Include: **/*.gemspec
Gemspec/RequireMFA:
Exclude:
- 'rspec-openapi.gemspec'

# Offense count: 10
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
Metrics/AbcSize:
Expand Down
1 change: 1 addition & 0 deletions rspec-openapi.gemspec
Expand Up @@ -27,4 +27,5 @@ Gem::Specification.new do |spec|

spec.add_dependency 'actionpack', '>= 5.2.0'
spec.add_dependency 'rspec-core'
spec.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit e0b6cc3

Please sign in to comment.