diff options
-rw-r--r-- | lib/rubygems/security/policies.rb | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,6 +1,5 @@ # frozen_string_literal: true module Gem::Security - ## # No security policy: all package signature checks are disabled. @@ -111,5 +110,4 @@ module Gem::Security "HighSecurity" => HighSecurity, # SigningPolicy is not intended for use by `gem -P` so do not list it }.freeze - end |