Update net-ldap dependency to get rid of the github vulnerability message
This commit is contained in:
parent
7480afcfbd
commit
be9a5a7531
@ -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"
|
||||||
|
Reference in New Issue
Block a user