Skip to content

Commit

Permalink
Merge branch 'master' into 'master'
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jacobvosmaer committed Sep 8, 2014
2 parents e728b00 + 54a6021 commit 62a43f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
gitlab_omniauth-ldap (1.0.4)
net-ldap (~> 0.3.1)
net-ldap (~> 0.7.0)
omniauth (~> 1.0)
pyu-ruby-sasl (~> 0.0.3.1)
rubyntlm (~> 0.1.1)
Expand All @@ -12,12 +12,12 @@ GEM
specs:
coderay (1.0.8)
diff-lcs (1.1.3)
hashie (1.2.0)
hashie (3.3.1)
method_source (0.8.1)
net-ldap (0.3.1)
omniauth (1.1.1)
hashie (~> 1.2)
rack
net-ldap (0.7.0)
omniauth (1.2.2)
hashie (>= 1.2, < 4)
rack (~> 1.0)
pry (0.9.10)
coderay (~> 1.0.5)
method_source (~> 0.8)
Expand Down
2 changes: 1 addition & 1 deletion gitlab_omniauth-ldap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
gem.license = "MIT"

gem.add_runtime_dependency 'omniauth', '~> 1.0'
gem.add_runtime_dependency 'net-ldap', '~> 0.3.1'
gem.add_runtime_dependency 'net-ldap', '~> 0.7.0'
gem.add_runtime_dependency 'pyu-ruby-sasl', '~> 0.0.3.1'
gem.add_runtime_dependency 'rubyntlm', '~> 0.1.1'

Expand Down

0 comments on commit 62a43f4

Please sign in to comment.