Skip to content

Commit

Permalink
turn off bundler cachev ersion, and remove obsolete cert
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Jan 6, 2025
1 parent 620986b commit 1db2d52
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 34 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
aws_region_name: ${{ vars.AWS_REGION_NAME }}
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
bundler_cache_version: 1
dry_run: ${{ inputs.dry_run }}
gem_name: mongoid
product_name: Mongoid
Expand Down
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 1db2d52

Please sign in to comment.