Skip to content

Avoid using URI::ABS_URI#1136

Merged
BobbyMcWho merged 1 commit into
omniauth:masterfrom
mame:avoid-uri-abs_uri
Aug 6, 2024
Merged

Avoid using URI::ABS_URI#1136
BobbyMcWho merged 1 commit into
omniauth:masterfrom
mame:avoid-uri-abs_uri

Conversation

@mame

@mame mame commented Aug 5, 2024

Copy link
Copy Markdown
Contributor

URI::ABS_URI is no longer available due to a change to https://bugs.ruby-lang.org/issues/19266 .
Instead, we can use URI#absolute?.

`URI::ABS_URI` is no longer available due to a change to
https://bugs.ruby-lang.org/issues/19266 .
Instead, we can use `URI#absolute?`.
@BobbyMcWho BobbyMcWho merged commit c2ebe5b into omniauth:master Aug 6, 2024
@tagliala

tagliala commented Feb 21, 2025

Copy link
Copy Markdown

Hello, any chance to release a new patch version to avoid this warning message?

Would it be also possible to

  1. Create GitHub releases for 2.1.1, and 2.1.2
  2. Set the latest release as 2.1.2 (it is actually v1.9.2 because of a backport)
    image

?

@BobbyMcWho

Copy link
Copy Markdown
Member

@tagliala done, released 2.1.3

@tagliala

Copy link
Copy Markdown

Thanks, really appreciate

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

Successfully merging this pull request may close these issues.

3 participants