samvera / ldp

Linked Data Platform.rb client
Other
16 stars 15 forks source link

Replace obsolete call to URI.decode with URI::DEFAULT_PARSER.unescape #144

Open ryanfb opened 2 years ago

ryanfb commented 2 years ago

This fixes warning messages like the following:

/usr/local/bundle/gems/ldp-1.0.3/lib/ldp/response.rb:196: warning: URI.unescape is obsolete

Similar to #132, but this fix doesn't add a new dependency on the addressable gem.