1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] The file is only ever required when openssl is available

https://github.com/rubygems/rubygems/commit/41976ef3ec
This commit is contained in:
David Rodríguez 2020-07-11 11:16:47 +02:00 committed by Hiroshi SHIBATA
parent 6eb89f8637
commit 9057e9c7b1
Notes: git 2020-07-31 21:08:13 +09:00

View file

@ -24,8 +24,6 @@ class Gem::Security::Policy
# options.
def initialize(name, policy = {}, opt = {})
require 'openssl'
@name = name
@opt = opt