mirror of
https://github.com/philippdieter/puppet-ldapquery.git
synced 2025-10-13 04:54:47 +00:00
14 lines
264 B
YAML
14 lines
264 B
YAML
Gemfile:
|
|
optional:
|
|
':extra':
|
|
- gem: 'net-ldap'
|
|
version: '~> 0.16.1'
|
|
':testextra':
|
|
- gem: 'rspec-mocks'
|
|
- gem: 'rspec-expectations'
|
|
spec/spec_helper.rb:
|
|
mock_with: ':rspec'
|
|
.rubocop.yml:
|
|
cops:
|
|
Security/MarshalLoad: false
|