Skip to content

Commit f917ecc

Browse files
committed
Disabled MFA for pushing to rubygems
1 parent 02e02fd commit f917ecc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ AllCops:
99
NewCops: enable
1010
SuggestExtensions: false
1111

12+
Gemspec/RequireMFA:
13+
Enabled: false
14+
1215
Metrics/AbcSize:
1316
Max: 20
1417

acts_as_recursive_tree.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ Gem::Specification.new do |spec|
1616
spec.license = 'MIT'
1717
spec.metadata = {
1818
'bug_tracker_uri' => 'https://github.com/1and1/acts_as_recursive_tree/issues',
19-
'changelog_uri' => 'https://github.com/1and1/acts_as_recursive_tree/blob/main/CHANGELOG.md',
20-
'rubygems_mfa_required' => 'true'
19+
'changelog_uri' => 'https://github.com/1and1/acts_as_recursive_tree/blob/main/CHANGELOG.md'
2120
}
2221
spec.required_ruby_version = '>= 2.5.0'
2322
spec.files = `git ls-files -z`.split("\x0")

0 commit comments

Comments
 (0)