From 9057e9c7b1083eb8a6f52fa603508c06a0e8cc60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Sat, 11 Jul 2020 11:16:47 +0200 Subject: [rubygems/rubygems] The file is only ever required when openssl is available https://github.com/rubygems/rubygems/commit/41976ef3ec --- lib/rubygems/security/policy.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/rubygems/security/policy.rb b/lib/rubygems/security/policy.rb index db457f1ff9..43abdb6d91 100644 --- a/lib/rubygems/security/policy.rb +++ b/lib/rubygems/security/policy.rb @@ -24,8 +24,6 @@ class Gem::Security::Policy # options. def initialize(name, policy = {}, opt = {}) - require 'openssl' - @name = name @opt = opt -- cgit v1.2.3