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

New release compatible with OmniAuth 2.x? #106

Closed
ahukkanen opened this issue Feb 4, 2022 · 2 comments
Closed

New release compatible with OmniAuth 2.x? #106

ahukkanen opened this issue Feb 4, 2022 · 2 comments
Assignees

Comments

@ahukkanen
Copy link

Could you cut a new release and push it to RubyGems?

We can see from the commit history that the gem has already been updated for OmniAuth 2.x compatibility but the 0.3.5 version at RubyGems is not compatible with OmniAuth 2.x.

Version 0.3.5 OmniAuth compatibility

https://rubygems.org/gems/omniauth_openid_connect/versions/0.3.5

@Eric-Guo
Copy link
Collaborator

Eric-Guo commented Feb 5, 2022

You can using gitlab-omniauth-openid-connect as temporary solution.

-gem 'omniauth_openid_connect'
+gem 'gitlab-omniauth-openid-connect', '~> 0.9.1', require: 'omniauth_openid_connect'

I think @stanhu will release the new version of omniauth_openid_connect when ready. (he is author of gitlab-omniauth-openid-connect)

@stanhu
Copy link
Contributor

stanhu commented Feb 6, 2022

Released v0.4.0.

@stanhu stanhu closed this as completed Feb 6, 2022
@mtgto mtgto mentioned this issue Feb 24, 2022
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

No branches or pull requests

3 participants