diff options
author | Benoit Daloze <[email protected]> | 2021-06-25 13:24:56 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-07-27 16:54:26 +0900 |
commit | 090d799c2496f4c0e1f25c9970f4015fc693ff0e (patch) | |
tree | 3a96ecfaa033b158655be52d1df4eb4b8f56264b /lib/uri/ldap.rb | |
parent | a288c21a5d46418e75c0f03eb12ff0782e51568d (diff) |
[ruby/uri] Revert "Fix to support Ruby 3.0 Ractor"
* This reverts commit 1faa4fdc161d7aeebdb5de0c407b923beaecf898.
* It has too many problems, see https://github.com/ruby/uri/pull/22 for discussion.
https://github.com/ruby/uri/commit/b959da2dc9
Diffstat (limited to 'lib/uri/ldap.rb')
-rw-r--r-- | lib/uri/ldap.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/uri/ldap.rb b/lib/uri/ldap.rb index 3a0df23213..14e6163292 100644 --- a/lib/uri/ldap.rb +++ b/lib/uri/ldap.rb @@ -256,4 +256,6 @@ module URI false end end + + @@schemes['LDAP'] = LDAP end |