Skip to content
New issue

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

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

Already on GitHub? # to your account

Don't use obsoleted URI.regexp #97

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Don't use obsoleted URI.regexp #97

merged 1 commit into from
Oct 15, 2024

Conversation

y-yagi
Copy link
Contributor

@y-yagi y-yagi commented Jun 6, 2024

URI.regexp is obsoleted since Ruby 2.2.

$ ruby -w -r "uri" -e "URI::regexp"
-e:1: warning: URI.regexp is obsolete

`URI.regexp` is obsoleted since Ruby 2.2.

```
$ ruby -w -r "uri" -e "URI::regexp"
-e:1: warning: URI.regexp is obsolete
```
@nov nov merged commit edb1b9e into nov:main Oct 15, 2024
7 checks passed
@y-yagi y-yagi deleted the fix-uri-regexp branch October 16, 2024 05:32
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants