Skip to content

Restrict gemspec to Oauth gem <= 2.0.10 #44

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

yknx4
Copy link

@yknx4 yknx4 commented May 20, 2025

Oauth2 version 2.0.10 introduced a breaking change that breaks this gem, this PR restricts the dependency to the last known working version

closes #43

Oauth2 version 2.0.10 introduced a breaking change that breaks this gem, this PR restricts the dependency to the last known working version
@subins2000
Copy link

Thanks for making the change, this was affecting me too

@pboling
Copy link

pboling commented May 23, 2025

The "breaking change" was a bug regression, and should not have happened.

An alternative fix for an app would be to switch to oauth2 head, as the fix is already there. I'll be releasing v2.0.11 with the fix soon.

@pboling
Copy link

pboling commented May 23, 2025

oauth2 v2.0.11 is released with fix. This should be closed.

https://github.com/oauth-xx/oauth2/releases/tag/v2.0.11

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.

Not compatible with Oauth 2.0.10
3 participants