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 URI.open instead of Kernel.open (after 2.7) #82

Closed
eonu opened this issue Jan 16, 2021 · 1 comment
Closed

Use URI.open instead of Kernel.open (after 2.7) #82

eonu opened this issue Jan 16, 2021 · 1 comment
Labels
error/warning Report an error or warning

Comments

@eonu
Copy link
Owner

eonu commented Jan 16, 2021

After Ruby 2.7, using Kernel.open was deprecated and raises a warning, suggesting that URI.open be used explicitly.

@eonu eonu added the error/warning Report an error or warning label Jan 16, 2021
@eonu
Copy link
Owner Author

eonu commented Jan 26, 2021

Implemented in #86.

@eonu eonu closed this as completed Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
error/warning Report an error or warning
Projects
None yet
Development

No branches or pull requests

1 participant