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:
parent
6eb89f8637
commit
9057e9c7b1
Notes:
git
2020-07-31 21:08:13 +09:00
1 changed files with 0 additions and 2 deletions
|
@ -24,8 +24,6 @@ class Gem::Security::Policy
|
|||
# options.
|
||||
|
||||
def initialize(name, policy = {}, opt = {})
|
||||
require 'openssl'
|
||||
|
||||
@name = name
|
||||
|
||||
@opt = opt
|
||||
|
|
Loading…
Reference in a new issue