Skip to content

Commit 3888a86

Browse files
committed
widening supported net-ldap versions. fixes cschiewek#103
i wish i could have done a hybrid ~> 0.2.2 or ~> 0.3, but this shouldn't matter. This exposes some chance that devise_ldap_authenticatable is run against net-ldap 0.2.0 or 0.2.1, that exposure is small. We still want to support devs wanting to use 0.2, but now we'll be able to tell devs running into the encoding issue to just explicitly update net-ldap.
1 parent c3a6d8f commit 3888a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devise_ldap_authenticatable.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
1818
s.require_paths = ["lib"]
1919

2020
s.add_dependency('devise', '~> 2.0')
21-
s.add_dependency('net-ldap', '~> 0.2.2')
21+
s.add_dependency('net-ldap', '~> 0.2')
2222

2323
s.add_development_dependency('rake', '>= 0.9')
2424
s.add_development_dependency('rdoc', '>= 3')

0 commit comments

Comments
 (0)