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

URI.escape is deprecated #31

Open
nwoltman opened this issue Feb 11, 2023 · 0 comments
Open

URI.escape is deprecated #31

nwoltman opened this issue Feb 11, 2023 · 0 comments

Comments

@nwoltman
Copy link

When using this gem with Ruby 2.7, a deprecation warning is logged due to this line because URI.escape is deprecated in Ruby 2.7 and has been removed in Ruby 3.0.

This means that this gem will not work in Ruby 3.0 until that line with URI.escape is updated. This is currently preventing my company from upgrading to Ruby 3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant