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

Cannot Upgrade to Version 2.0.0 Due to Omniauth Version #80

Closed
jonmbake opened this issue Feb 26, 2018 · 0 comments
Closed

Cannot Upgrade to Version 2.0.0 Due to Omniauth Version #80

jonmbake opened this issue Feb 26, 2018 · 0 comments

Comments

@jonmbake
Copy link

I am the maintainer of the plugin to add LDAP Authentication to Discourse. I have a dependency on omniauth-ldap 1.0.5 and am trying to update to 2.0.0.

However, I am getting the error:

`check_version_conflict': can't activate omniauth-1.8.1, already activated omniauth-1.6.1 (Gem::LoadError)

The reason being Discourse has a dependency on 1.6.1 and omniauth-ldap is dependent on '~> 1.8.1'

Would it be possible to update https://github.com/omniauth/omniauth-ldap/blob/master/omniauth-ldap.gemspec from gem.add_runtime_dependency 'omniauth', '~> 1.8.1' to gem.add_runtime_dependency 'omniauth', '>= 1.6.0'?

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

1 participant