(QENG-3919) Pin the net-ldap gem to 0.11 for the jrubies, etc.

This commit is contained in:
Rick Bradley 2016-05-26 15:45:50 -05:00
parent 61f57d55b5
commit 3e6938c983

View file

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