Replacing URI.escape with URI::DEFAULT_PARSER
URI.escape was deprecated in ruby-2.7 and removed in ruby-3.x. This
change is breaking stdlib.
Replacing URI.escape with URI::DEFAULT_PARSER is working properly.
Replacing URI.escape with URI::DEFAULT_PARSER Tags None Subscribers None
Description
Details
|