bundler_signature_check
bundler_signature_check copied to clipboard
Figure out which gems are signed given a Gemfile.lock
Results
2
bundler_signature_check issues
Sort by
recently updated
recently updated
newest added
For example, `unicorn` is not signed: ``` $ gem install unicorn -P HighSecurity gem install unicorn -P HighSecurity ERROR: While executing gem ... (Gem::Security::Exception) unsigned gems are not allowed by...
``` gem install bundler_signature_check -P HighSecurity ERROR: While executing gem ... (Gem::Security::Exception) certificate /CN=me/DC=example/DC=com not valid after 2015-04-28 04:58:43 UTC ```