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