[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

@ -81,7 +81,4 @@ module URI
url.start_with?(?/.freeze) ? url : ?/ + url
end
end
@@schemes['HTTP'] = HTTP
end