Created
March 3, 2013 20:54
-
-
Save bradleybuda/5078245 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ gem cert --add <(curl -Ls https://gist.github.com/sferik/4701180/raw/public_cert.pem) | |
| Added '/CN=sferik/DC=gmail/DC=com' | |
| $ bundle install --trust-policy MediumSecurity --path trusted_gems | |
| Fetching source index from https://rubygems.org/ | |
| Using rake (10.0.3) | |
| Using ace-rails-ap (2.0.0) | |
| Using i18n (0.6.1) | |
| Installing multi_json (1.6.1) | |
| (... many more unsigned gems install) | |
| The gem mime-types-1.21 can't be installed because the security policy didn't allow it, with the message: Couldn't verify data signature: | |
| Untrusted Signing Chain Root: cert = '/CN=austin/DC=rubyforge/DC=org', error = 'path | |
| "/Users/brad/.gem/trust/cert-fce04dea165fb7d6b599e8cd43ffdfff2da63b15.pem" does not exist' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment