~cytrogen/masto-fe

b9efca65e387cdce66e7786acdd64281fe97272d — dependabot[bot] 3 years ago b6e353f
Bump net-ldap from 0.17.1 to 0.18.0 (#24484)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 files changed, 3 insertions(+), 3 deletions(-)

M Gemfile
M Gemfile.lock
M Gemfile => Gemfile +1 -1
@@ 36,7 36,7 @@ group :pam_authentication, optional: true do
  gem 'devise_pam_authenticatable2', '~> 9.2'
end

gem 'net-ldap', '~> 0.17'
gem 'net-ldap', '~> 0.18'
gem 'omniauth-cas', '~> 2.0'
gem 'omniauth-saml', '~> 1.10'
gem 'omniauth_openid_connect', '~> 0.6.1'

M Gemfile.lock => Gemfile.lock +2 -2
@@ 426,7 426,7 @@ GEM
    net-imap (0.3.4)
      date
      net-protocol
    net-ldap (0.17.1)
    net-ldap (0.18.0)
    net-pop (0.1.2)
      net-protocol
    net-protocol (0.2.1)


@@ 826,7 826,7 @@ DEPENDENCIES
  memory_profiler
  mime-types (~> 3.4.1)
  net-http (~> 0.3.2)
  net-ldap (~> 0.17)
  net-ldap (~> 0.18)
  nokogiri (~> 1.14)
  nsa (~> 0.2)
  oj (~> 3.14)