From 89d1740e027e634ec843fb8b205c3965a1fdc137 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 22 Dec 2017 07:49:27 +0000 Subject: [PATCH] Bump net-ldap from 0.16.0 to 0.16.1 Bumps [net-ldap](https://github.com/ruby-ldap/ruby-net-ldap) from 0.16.0 to 0.16.1. - [Changelog](https://github.com/ruby-ldap/ruby-net-ldap/blob/master/History.rdoc) - [Commits](https://github.com/ruby-ldap/ruby-net-ldap/compare/v0.16.0...v0.16.1) --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5f945da99..9022b72ef 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem "rbpdf", "~> 1.19.3" # Optional gem for LDAP authentication group :ldap do - gem "net-ldap", "~> 0.16.0" + gem "net-ldap", "~> 0.16.1" end # Optional gem for OpenID authentication diff --git a/Gemfile.lock b/Gemfile.lock index f7f9d7136..bcb73e70a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,7 +87,7 @@ GEM minitest (5.10.3) mocha (1.3.0) metaclass (~> 0.0.1) - net-ldap (0.16.0) + net-ldap (0.16.1) nio4r (2.1.0) nokogiri (1.8.1) mini_portile2 (~> 2.3.0) @@ -184,7 +184,7 @@ DEPENDENCIES mime-types (~> 3.0) mimemagic mocha - net-ldap (~> 0.16.0) + net-ldap (~> 0.16.1) nokogiri (~> 1.8.0) platform_sh_rails (= 0.1.7) puma (~> 3.11)