From 535ab057df92c6def5dcd4687f601c4fd155fca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 1 Nov 2018 16:00:51 +0000 Subject: [PATCH] Update net-ldap requirement from = 0.11 to = 0.16.1 Updates the requirements on [net-ldap](https://github.com/ruby-ldap/ruby-net-ldap) to permit the latest version. - [Release notes](https://github.com/ruby-ldap/ruby-net-ldap/releases) - [Changelog](https://github.com/ruby-ldap/ruby-net-ldap/blob/master/History.rdoc) - [Commits](https://github.com/ruby-ldap/ruby-net-ldap/commits/v0.16.1) Signed-off-by: dependabot[bot] --- sensu-plugins-openldap.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-openldap.gemspec b/sensu-plugins-openldap.gemspec index 4aa6697..bb12ea4 100644 --- a/sensu-plugins-openldap.gemspec +++ b/sensu-plugins-openldap.gemspec @@ -28,7 +28,7 @@ Gem::Specification.new do |s| s.version = SensuPluginsOpenldap::Version::VER_STRING s.add_runtime_dependency 'sensu-plugin', '~> 1.2' - s.add_runtime_dependency 'net-ldap', '0.11' + s.add_runtime_dependency 'net-ldap', '= 0.16.1' s.add_development_dependency 'bundler', '~> 1.7' s.add_development_dependency 'codeclimate-test-reporter', '~> 0.4'