-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Description
dropbox_api requires oauth1
gem 1.x
dropbox_api/dropbox_api.gemspec
Line 24 in 11bd1cf
spec.add_dependency 'oauth2', '~> 1.1' |
However, oauth
gem now has a 2.0 release as of June 2022. https://rubygems.org/gems/oauth2/versions/2.0.0
Instalilng the last oauth2 1.x release produces this warning:
You have installed oauth2 version 1.4.11, which is EOL.
No further support is anticipated for the 1.4.x series.
OAuth2 version 2 is released.
There are BREAKING changes, but most will not encounter them, and upgrading should be easy!
We have made two other major migrations:
1. master branch renamed to main
2. Github has been replaced with Gitlab
Please see:
• https://gitlab.com/oauth-xx/oauth2#what-is-new-for-v20
• https://gitlab.com/oauth-xx/oauth2/-/blob/main/CHANGELOG.md
• https://groups.google.com/g/oauth-ruby/c/QA_dtrXWXaE
Please upgrade, report issues, and support the project! Thanks, |7eter l-|. l3oling
Could dropbox_api be updated to allow use of oath2 2.x, perhaps allowing both 1.x and 2.x?
massongit and fpsvogel
Metadata
Metadata
Assignees
Labels
No labels