From de7352e08c0c1311c65d298b4c5037024f245621 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 16:15:23 +0000 Subject: [PATCH] Bump net-ldap from 0.3.1 to 0.16.2 Bumps [net-ldap](https://github.com/ruby-ldap/ruby-net-ldap) from 0.3.1 to 0.16.2. - [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.2) --- updated-dependencies: - dependency-name: net-ldap dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2a5bac2b..673d8d92 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ group :test do end group :ldap do - gem "net-ldap", '~> 0.3.1' + gem "net-ldap", '~> 0.16.2' end group :openid do diff --git a/Gemfile.lock b/Gemfile.lock index 546d377e..06820fcf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,7 +37,7 @@ GEM multi_json (1.1.0) mysql (2.8.1) mysql2 (0.2.18) - net-ldap (0.3.1) + net-ldap (0.16.2) nokogiri (1.11.4) mini_portile2 (~> 2.5.0) racc (~> 1.4) @@ -86,7 +86,7 @@ DEPENDENCIES mocha mysql mysql2 (~> 0.2.7) - net-ldap (~> 0.3.1) + net-ldap (~> 0.16.2) pg rails (= 2.3.14) rdoc (>= 2.4.2)