The ldap_work_in_progress branch of Gitorious uses the
net-ldap gem but this was not specified in the Gemfile.

Signed-off-by: Christian Couder <christian.cou...@murex.com>
---
Hi,

Of course this patch is to be applyed on the ldap_work_in_progress
branch.

I am not sending a merge request because from $work I have
only http access to the outside world. I hope it is ok to send
patches like this one on the list.

Thanks!

 Gemfile      |    1 +
 Gemfile.lock |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Gemfile b/Gemfile
index cf426b6..2978ef2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -19,6 +19,7 @@ gem "rack", "~> 1.0.1"
 gem "riddle" # For the ultrasphinx plugin
 gem "builder"
 gem "mysql"
+gem "net-ldap", :require => "net/ldap"
 
 # Ruby 1.8 gems
 gem "ruby-hmac", :platforms => :ruby_18
diff --git a/Gemfile.lock b/Gemfile.lock
index 5617fe3..65e45f6 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -19,6 +19,7 @@ GEM
     mocha (0.9.10)
       rake
     mysql (2.8.1)
+    net-ldap (0.2.2)
     oauth (0.4.4)
     paperclip (2.2.9.2)
     rack (1.0.1)
@@ -50,6 +51,7 @@ DEPENDENCIES
   mime-types
   mocha
   mysql
+  net-ldap
   oauth
   paperclip (~> 2.2.8)
   rack (~> 1.0.1)
-- 
1.7.4.1.42.g43f9f 
 
*******************************
This e-mail contains information for the intended recipient only. It may 
contain proprietary material or confidential information. If you are not the 
intended recipient you are not authorised to distribute, copy or use this 
e-mail or any attachment to it. Murex cannot guarantee that it is virus free 
and accepts no responsibility for any loss or damage arising from its use. If 
you have received this e-mail in error please notify immediately the sender and 
delete the original email received, any attachments and all copies from your 
system.

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

Reply via email to