(QENG-3919) add net-ldap to Gemfile

Maybe we shouldn't foil-ball gems onto servers.
This commit is contained in:
Rick Bradley 2016-05-26 15:18:00 -05:00
parent c4cac5b0c5
commit 06ae95c085

View file

@ -6,6 +6,7 @@ gem 'rake', '>= 10.4'
gem 'rbvmomi', '>= 1.8' gem 'rbvmomi', '>= 1.8'
gem 'redis', '>= 3.2' gem 'redis', '>= 3.2'
gem 'sinatra', '>= 1.4' gem 'sinatra', '>= 1.4'
gem 'net-ldap', '>= 0.11'
# Test deps # Test deps
group :test do group :test do