Skip to content

Commit 62a43f4

Browse files
committed
Merge branch 'master' into 'master'
net-ldap version update There is a bug in net-ldap < 0.5.0 preventing connections to Microsoft servers. Pushing the net-ldap dependency version should fix it. See the following net-ldap issue for a description. ruby-ldap/ruby-net-ldap#80 See merge request !2
2 parents e728b00 + 54a6021 commit 62a43f4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
gitlab_omniauth-ldap (1.0.4)
5-
net-ldap (~> 0.3.1)
5+
net-ldap (~> 0.7.0)
66
omniauth (~> 1.0)
77
pyu-ruby-sasl (~> 0.0.3.1)
88
rubyntlm (~> 0.1.1)
@@ -12,12 +12,12 @@ GEM
1212
specs:
1313
coderay (1.0.8)
1414
diff-lcs (1.1.3)
15-
hashie (1.2.0)
15+
hashie (3.3.1)
1616
method_source (0.8.1)
17-
net-ldap (0.3.1)
18-
omniauth (1.1.1)
19-
hashie (~> 1.2)
20-
rack
17+
net-ldap (0.7.0)
18+
omniauth (1.2.2)
19+
hashie (>= 1.2, < 4)
20+
rack (~> 1.0)
2121
pry (0.9.10)
2222
coderay (~> 1.0.5)
2323
method_source (~> 0.8)

gitlab_omniauth-ldap.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
1010
gem.license = "MIT"
1111

1212
gem.add_runtime_dependency 'omniauth', '~> 1.0'
13-
gem.add_runtime_dependency 'net-ldap', '~> 0.3.1'
13+
gem.add_runtime_dependency 'net-ldap', '~> 0.7.0'
1414
gem.add_runtime_dependency 'pyu-ruby-sasl', '~> 0.0.3.1'
1515
gem.add_runtime_dependency 'rubyntlm', '~> 0.1.1'
1616

0 commit comments

Comments
 (0)