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:
parent
a288c21a5d
commit
090d799c24
12 changed files with 24 additions and 45 deletions
|
@ -18,4 +18,5 @@ module URI
|
|||
# A Default port of 443 for URI::HTTPS
|
||||
DEFAULT_PORT = 443
|
||||
end
|
||||
@@schemes['HTTPS'] = HTTPS
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue