diff options
| author | kvokka <kvokka@yahoo.com> | 2021-05-29 11:29:39 +0100 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2021-07-27 16:54:26 +0900 |
| commit | a288c21a5d46418e75c0f03eb12ff0782e51568d (patch) | |
| tree | e45873ce85b2ff7c85dadec5a137bcd96f1d88f9 /lib/uri/https.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/https.rb')
| -rw-r--r-- | lib/uri/https.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/uri/https.rb b/lib/uri/https.rb index c481b1fe6d..98a08409f6 100644 --- a/lib/uri/https.rb +++ b/lib/uri/https.rb @@ -18,5 +18,4 @@ module URI # A Default port of 443 for URI::HTTPS DEFAULT_PORT = 443 end - @@schemes['HTTPS'] = HTTPS end |
