From c2a65860b9a82b876fd9ee1142ca9570643d56ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 16:15:03 +0000 Subject: [PATCH] Bump net-ldap in /sli/opstools/migration/admin_account_management 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:production ... Signed-off-by: dependabot[bot] --- sli/opstools/migration/admin_account_management/Gemfile | 2 +- sli/opstools/migration/admin_account_management/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sli/opstools/migration/admin_account_management/Gemfile b/sli/opstools/migration/admin_account_management/Gemfile index 3218d6ba05d..0693ea3ca2a 100644 --- a/sli/opstools/migration/admin_account_management/Gemfile +++ b/sli/opstools/migration/admin_account_management/Gemfile @@ -1,5 +1,5 @@ # A sample Gemfile source "https://rubygems.org" -gem "net-ldap", '0.3.1' +gem "net-ldap", '0.16.2' diff --git a/sli/opstools/migration/admin_account_management/Gemfile.lock b/sli/opstools/migration/admin_account_management/Gemfile.lock index 52093678849..5a5bb5c9139 100644 --- a/sli/opstools/migration/admin_account_management/Gemfile.lock +++ b/sli/opstools/migration/admin_account_management/Gemfile.lock @@ -1,10 +1,10 @@ GEM remote: https://rubygems.org/ specs: - net-ldap (0.3.1) + net-ldap (0.16.2) PLATFORMS ruby DEPENDENCIES - net-ldap (= 0.3.1) + net-ldap (= 0.16.2)