mirror of
https://github.com/philippdieter/puppet-ldapquery.git
synced 2025-10-13 12:55:48 +00:00
Specify net-ldap version in Gemfile
Ruby 2 is required for the latest version of net-ldap, but to support puppetserver we need to also support 1.9.3. Here we document the version of net-ldap we require.
This commit is contained in:
parent
daf2269f52
commit
6b51380818
2
Gemfile
2
Gemfile
@ -11,7 +11,7 @@ group :test do
|
|||||||
gem "puppetlabs_spec_helper"
|
gem "puppetlabs_spec_helper"
|
||||||
gem "metadata-json-lint"
|
gem "metadata-json-lint"
|
||||||
gem "rspec-puppet-facts"
|
gem "rspec-puppet-facts"
|
||||||
gem "net-ldap"
|
gem 'net-ldap', '~> 0.12.1'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user