summaryrefslogtreecommitdiff
path: root/lib/rubygems/openssl.rb
blob: 39ef91e8880c802457f231b63289603af2f8bc14 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

begin
  require "openssl"
rescue LoadError => e
  raise unless e.path == 'openssl'
end