Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace obsolete method URI.decode (#3503)
`URI.decode` calls `URI.unescape`, which has been removed in Ruby 2.7. This commit replaces `URI.decode` with `CGI.unescape`.
- Loading branch information