Update net-ldap dependency to get rid of the github vulnerability message

This commit is contained in:
Lars Kanis 2018-02-06 23:09:21 +01:00
parent 7480afcfbd
commit be9a5a7531
No known key found for this signature in database
GPG Key ID: 20362776599898C0

View File

@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"] spec.require_paths = ["lib"]
spec.add_runtime_dependency "net-ldap", "~> 0.2" spec.add_runtime_dependency "net-ldap", "~> 0.16"
spec.add_runtime_dependency "kwalify", "~> 0.7" spec.add_runtime_dependency "kwalify", "~> 0.7"
spec.add_runtime_dependency "pg", ">= 0.14", "< 2.0" spec.add_runtime_dependency "pg", ">= 0.14", "< 2.0"
spec.add_development_dependency "ruby-ldapserver", "~> 0.3" spec.add_development_dependency "ruby-ldapserver", "~> 0.3"