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

[ruby/uri] Fix to support Ruby 3.0 Ractor

1faa4fdc16
This commit is contained in:
kvokka 2021-05-29 11:29:39 +01:00 committed by Hiroshi SHIBATA
parent 82191da2a2
commit a288c21a5d
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
12 changed files with 45 additions and 24 deletions

View file

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