diff options
-rw-r--r-- | lib/rubygems/security/trust_dir.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ class Gem::Security::TrustDir DEFAULT_PERMISSIONS = { :trust_dir => 0700, :trusted_cert => 0600, - } ## # The directory where trusted certificates will be stored. |