diff options
author | kvokka <[email protected]> | 2021-05-29 11:29:39 +0100 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-07-27 16:54:26 +0900 |
commit | a288c21a5d46418e75c0f03eb12ff0782e51568d (patch) | |
tree | e45873ce85b2ff7c85dadec5a137bcd96f1d88f9 /lib/uri/ldap.rb | |
parent | 82191da2a28c8da0f1049ca6d814c9da992c39a1 (diff) |
[ruby/uri] Fix to support Ruby 3.0 Ractor
https://github.com/ruby/uri/commit/1faa4fdc16
Diffstat (limited to 'lib/uri/ldap.rb')
-rw-r--r-- | lib/uri/ldap.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/uri/ldap.rb b/lib/uri/ldap.rb index 14e6163292..3a0df23213 100644 --- a/lib/uri/ldap.rb +++ b/lib/uri/ldap.rb @@ -256,6 +256,4 @@ module URI false end end - - @@schemes['LDAP'] = LDAP end |