This repository has been archived on 2023-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
pgls/Gemfile
Lars Kanis 81473fb2b4 Re-add support for attribute ranges
This is an alternative implementation of #37 .
It doesn't need additional configuration, but enables range retrieval automatic.
It also add some testing.

Fixes #32
2022-12-01 15:27:40 +01:00

10 lines
216 B
Ruby

source "https://rubygems.org"
# Specify your gem's dependencies in pg_ldap_sync.gemspec
gemspec
group :development do
gem "debug"
gem "ruby-ldapserver", git: "https://github.com/larskanis/ruby-ldapserver/"
end