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

Relax oauth2 dependency #138

Merged
merged 1 commit into from
Jun 22, 2022
Merged

Conversation

stanhu
Copy link
Contributor

@stanhu stanhu commented Jun 18, 2022

oauth2 v2.0 is out now. This gem appears to be fully compatible, so loosen the dependency to allow for 2.0.

@stanhu
Copy link
Contributor Author

stanhu commented Jun 20, 2022

@jv-asana Could you review this?

oauth2 v2.0 is out now. This gem appears to be fully compatible, so
loosen the dependency to allow for 2.0.
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
rash_alt (>= 0.4, < 1)
Copy link
Contributor

@jv-asana jv-asana Jun 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @stanhu, the oauth2 relaxation looks good. But what are these other gems used for? (rash_alt , version_gem, hashie). I just want to understand the use case.

Copy link
Contributor Author

@stanhu stanhu Jun 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are all dependencies or sub-dependencies introduced in oauth2 v2.0.0. For example:
oauth-xx/oauth2#575

version_gem came from oauth-xx/oauth2@23c4db5 (https://github.com/pboling/version_gem).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I see now. LGTM. Will approve and merge

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jv-asana Thanks! Would appreciate a new tag since this is the one gem that is holding us back from being able to upgrade oauth2.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stanhu done. Hope this unblocks you :)

@jv-asana jv-asana merged commit fe3b26f into Asana:master Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants