From 9f9f522140ae9e4fe9cef85a773dd0a69653c2c4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2020 17:26:58 +0000 Subject: [PATCH] build(deps): bump net-ldap from 0.16.1 to 0.16.2 Bumps [net-ldap](https://github.com/ruby-ldap/ruby-net-ldap) from 0.16.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/compare/v0.16.1...v0.16.2) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 21e7bae..7d48da2 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'jquery-turbolinks' gem 'kaminari', '1.1.1' gem 'mail', '2.7.1' gem 'money-rails', '~> 1.4.1' # 1.6.0 break tests -gem 'net-ldap', '~> 0.16.1' +gem 'net-ldap', '~> 0.16.2' gem 'net-sftp' gem 'nokogiri', '1.10.8' gem 'omniauth', '1.9.0' diff --git a/Gemfile.lock b/Gemfile.lock index 8cb319c..c4073bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -179,7 +179,7 @@ GEM money (~> 6.5.0) railties (>= 3.0) multi_json (1.13.1) - net-ldap (0.16.1) + net-ldap (0.16.2) net-scp (2.0.0) net-ssh (>= 2.6.5, < 6.0.0) net-sftp (2.1.2) @@ -352,7 +352,7 @@ DEPENDENCIES letter_opener (~> 1.7.0) mail (= 2.7.1) money-rails (~> 1.4.1) - net-ldap (~> 0.16.1) + net-ldap (~> 0.16.2) net-sftp nokogiri (= 1.10.8) omniauth (= 1.9.0)