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

[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.

b959da2dc9
This commit is contained in:
Benoit Daloze 2021-06-25 13:24:56 +02:00 committed by Hiroshi SHIBATA
parent a288c21a5d
commit 090d799c24
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
12 changed files with 24 additions and 45 deletions

View file

@ -18,4 +18,5 @@ module URI
# A Default port of 443 for URI::HTTPS
DEFAULT_PORT = 443
end
@@schemes['HTTPS'] = HTTPS
end