Gemfile in activeldap-3.2.1 vs Gemfile in activeldap-3.2.2
- old
+ new
@@ -1,5 +1,12 @@
# -*- ruby -*-
source "http://rubygems.org"
gemspec
+
+group :test do
+ gem "net-ldap"
+ platforms :mri_18, :mri_19 do
+ gem "ruby-ldap"
+ end
+end
- old
+ new