We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 825d719 commit 68014d0Copy full SHA for 68014d0
rspec-activemodel-mocks.gemspec
@@ -17,7 +17,8 @@ Gem::Specification.new do |s|
17
'bug_tracker_uri' => 'https://github.com/rspec/rspec-activemodel-mocks/issues',
18
'documentation_uri' => 'https://rspec.info/documentation/',
19
'mailing_list_uri' => 'https://groups.google.com/forum/#!forum/rspec',
20
- 'source_code_uri' => 'https://github.com/rspec/rspec-activemodel-mocks'
+ 'source_code_uri' => 'https://github.com/rspec/rspec-activemodel-mocks',
21
+ 'rubygems_mfa_required' => 'true'
22
}
23
24
s.files = `git ls-files -- lib/*`.split("\n")
0 commit comments