aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems/security/policies.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/security/policies.rb')
-rw-r--r--lib/rubygems/security/policies.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/security/policies.rb b/lib/rubygems/security/policies.rb
index f16c46306a..49ca8d860d 100644
--- a/lib/rubygems/security/policies.rb
+++ b/lib/rubygems/security/policies.rb
@@ -110,7 +110,7 @@ module Gem::Security
'MediumSecurity' => MediumSecurity,
'HighSecurity' => HighSecurity,
# SigningPolicy is not intended for use by `gem -P` so do not list it
- }
+ }.freeze
end