File: Gemfile

package info (click to toggle)
ruby-activeldap 6.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,588 kB
  • sloc: ruby: 18,143; sh: 12; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- ruby -*-

source "http://rubygems.org"

gemspec

group :test do
  gem "net-ldap"
  platforms :mri do
    gem "ruby-ldap"
  end
  platforms :jruby do
    gem "jruby-openssl"
  end
end