Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Addressable::URI to escape URLs #7

Merged
merged 1 commit into from
Oct 7, 2020
Merged

Use Addressable::URI to escape URLs #7

merged 1 commit into from
Oct 7, 2020

Conversation

kitop
Copy link
Contributor

@kitop kitop commented Sep 1, 2020

Drop the use of deprecated URI.encode. This removes the warnings in
Ruby 2.7.
Addressable::URI provides a much more robust encoding, rather than
simple percent encoding.

Drop the use of deprecated `URI.encode`. This removes the warnings in
Ruby 2.7.
Addressable::URI provides a much more robust encoding, rather than
simple percent encoding.
@kitop kitop added the type: chore work needed to keep the product and development running smoothly label Sep 1, 2020
@kitop kitop marked this pull request as ready for review October 7, 2020 19:25
@kitop
Copy link
Contributor Author

kitop commented Oct 7, 2020

Same change was merged in swagger-codegen: swagger-api/swagger-codegen#10445

@kitop kitop merged commit fee503e into master Oct 7, 2020
@kitop kitop deleted the ruby-2.7-compat branch October 7, 2020 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore work needed to keep the product and development running smoothly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant