Skip to content

Commit

Permalink
Deployment tweaks (#5931)
Browse files Browse the repository at this point in the history
* point release action at jamis@bundler-cache-version branch

* turn off bundler cachev ersion, and remove obsolete cert
  • Loading branch information
jamis authored Jan 7, 2025
1 parent 7c1a050 commit 414e554
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
26 changes: 0 additions & 26 deletions gem-public_cert.pem

This file was deleted.

7 changes: 0 additions & 7 deletions mongoid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ Gem::Specification.new do |s|
'source_code_uri' => 'https://github.com/mongodb/mongoid',
}

if File.exist?('gem-private_key.pem')
s.signing_key = 'gem-private_key.pem'
s.cert_chain = ['gem-public_cert.pem']
else
warn "[#{s.name}] Warning: No private key present, creating unsigned gem."
end

s.required_ruby_version = ">= 2.6"
s.required_rubygems_version = ">= 1.3.6"

Expand Down

0 comments on commit 414e554

Please sign in to comment.