about summary refs log tree commit diff
path: root/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-ldap-auth/Gemfile.lock
blob: 83e3cd4cbf47bc3b47607782c94b332a4b7f4190 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
GEM
  remote: https://rubygems.org/
  specs:
    hashie (5.0.0)
    net-ldap (0.14.0)
    omniauth (1.9.1)
      hashie (>= 3.4.6)
      rack (>= 1.6.2, < 3)
    omniauth-ldap (1.0.5)
      net-ldap (~> 0.12)
      omniauth (~> 1.0)
      pyu-ruby-sasl (~> 0.0.3.2)
      rubyntlm (~> 0.3.4)
    pyu-ruby-sasl (0.0.3.3)
    rack (2.2.3)
    rubyntlm (0.3.4)

PLATFORMS
  ruby

DEPENDENCIES
  net-ldap (= 0.14.0)
  omniauth-ldap (= 1.0.5)
  pyu-ruby-sasl (= 0.0.3.3)
  rubyntlm (= 0.3.4)

BUNDLED WITH
   2.2.24