From 8c50f199f8e2d8a4dc901ddbbe3e37a2630843ac Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Wed, 12 Jun 2013 22:13:07 -0700 Subject: [PATCH] Gemfile.lock: update net-ldap to fix LDAP authentication issues Newer LDAP servers fail with older versions of net-ldap. Update to the fixed version. Signed-off-by: David Aguilar --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 057ddb3..3641e51 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: gitlab_omniauth-ldap (1.0.2) - net-ldap (~> 0.2.2) + net-ldap (~> 0.3.1) omniauth (~> 1.0) pyu-ruby-sasl (~> 0.0.3.1) rubyntlm (~> 0.1.1) @@ -14,7 +14,7 @@ GEM diff-lcs (1.1.3) hashie (1.2.0) method_source (0.8.1) - net-ldap (0.2.2) + net-ldap (0.3.1) omniauth (1.1.1) hashie (~> 1.2) rack