You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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'
togem.add_runtime_dependency 'omniauth', '>= 1.6.0'
?The text was updated successfully, but these errors were encountered: