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 7c1a050 commit 414e554Copy full SHA for 414e554
gem-public_cert.pem
mongoid.gemspec
@@ -24,13 +24,6 @@ Gem::Specification.new do |s|
24
'source_code_uri' => 'https://github.com/mongodb/mongoid',
25
}
26
27
- if File.exist?('gem-private_key.pem')
28
- s.signing_key = 'gem-private_key.pem'
29
- s.cert_chain = ['gem-public_cert.pem']
30
- else
31
- warn "[#{s.name}] Warning: No private key present, creating unsigned gem."
32
- end
33
-
34
s.required_ruby_version = ">= 2.6"
35
s.required_rubygems_version = ">= 1.3.6"
36
0 commit comments