From 8fdc763f826469635e3fe24fb8f07999621c9f17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 16:14:50 +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 2e45665ac..791701d10 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "mime-types" # Optional gem for LDAP authentication group :ldap do - gem "net-ldap", "~> 0.3.1" + gem "net-ldap", "~> 0.16.2" end # Optional gem for OpenID authentication diff --git a/Gemfile.lock b/Gemfile.lock index 1a407ee12..2a482c28d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,7 +63,7 @@ GEM mocha (1.0.0) metaclass (~> 0.0.1) multi_json (1.10.1) - net-ldap (0.3.1) + net-ldap (0.16.2) nokogiri (1.6.3.1) mini_portile (= 0.6.0) pg (0.17.1) @@ -142,7 +142,7 @@ DEPENDENCIES jquery-rails (~> 2.0.2) mime-types mocha (~> 1.0.0) - net-ldap (~> 0.3.1) + net-ldap (~> 0.16.2) pg rack-openid rails (= 3.2.19)