-
- Downloads
Merge branch 'master' into 'master'
net-ldap version update There is a bug in net-ldap < 0.5.0 preventing connections to Microsoft servers. Pushing the net-ldap dependency version should fix it. See the following net-ldap issue for a description. https://github.com/ruby-ldap/ruby-net-ldap/issues/80 See merge request !2
No related branches found
No related tags found
Loading
| Loading
| @@ -10,7 +10,7 @@ Gem::Specification.new do |gem| |
gem.license = "MIT" | ||
gem.add_runtime_dependency 'omniauth', '~> 1.0' | ||
gem.add_runtime_dependency 'net-ldap', '~> 0.3.1' | ||
gem.add_runtime_dependency 'net-ldap', '~> 0.7.0' | ||
gem.add_runtime_dependency 'pyu-ruby-sasl', '~> 0.0.3.1' | ||
gem.add_runtime_dependency 'rubyntlm', '~> 0.1.1' | ||
Loading
| Loading
|
Please register or sign in to comment