HomeSoftware Heritage

Replacing URI.escape with URI::DEFAULT_PARSER

Description

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.

Details

Provenance
David Vallee Delisle <dvd@redhat.com>Authored on Jul 22 2021, 6:41 AM
olasdPushed on Dec 28 2021, 10:47 AM
Parents
rSPSTDf1acb051e61f: Merge pull request #1194 from puppetlabs/pdksync_iac-1149
Branches
Unknown
Tags
Unknown

Event Timeline

David Vallee Delisle <dvd@redhat.com> committed rSPSTDa60df53ddf1d: Replacing URI.escape with URI::DEFAULT_PARSER (authored by David Vallee Delisle <dvd@redhat.com>).Jul 27 2021, 8:28 PM