Skip to content
This repository has been archived by the owner on Jun 3, 2019. It is now read-only.

Commit

Permalink
Fix Net::LDAP dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianKniephoff committed Feb 14, 2016
1 parent 23b39e2 commit 0dee2e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ gem 'sdoc', '~> 0.4.0', group: :doc

# Authentication
gem 'omniauth'
# TODO See intridea/omniauth-ldap#65
gem 'net-ldap', '~> 0.3.1'
gem 'omniauth-ldap', github: 'JulianKniephoff/omniauth-ldap', branch: 'dynamic-bind'

# Authorization
Expand Down
3 changes: 1 addition & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ GEM
mini_portile2 (2.0.0)
minitest (5.8.4)
multi_json (1.11.2)
net-ldap (0.3.1)
net-ldap (0.14.0)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
omniauth (1.3.1)
Expand Down Expand Up @@ -174,7 +174,6 @@ DEPENDENCIES
jbuilder (~> 2.0)
jquery-rails
jquery-turbolinks
net-ldap (~> 0.3.1)
omniauth
omniauth-ldap!
rails (= 4.2.4)
Expand Down

0 comments on commit 0dee2e7

Please sign in to comment.