forked from External/greenlight
Updated ldap gem to newest version (#1318)
This commit is contained in:
parent
37decd9b43
commit
9d14b561a5
2
Gemfile
2
Gemfile
|
@ -50,7 +50,7 @@ gem 'omniauth-twitter'
|
||||||
gem 'omniauth-google-oauth2'
|
gem 'omniauth-google-oauth2'
|
||||||
gem 'omniauth-bn-office365', git: 'https://github.com/blindsidenetworks/omniauth-bn-office365.git', tag: '0.1.0'
|
gem 'omniauth-bn-office365', git: 'https://github.com/blindsidenetworks/omniauth-bn-office365.git', tag: '0.1.0'
|
||||||
gem 'omniauth-bn-launcher', git: 'https://github.com/blindsidenetworks/omniauth-bn-launcher.git', tag: '0.1.3'
|
gem 'omniauth-bn-launcher', git: 'https://github.com/blindsidenetworks/omniauth-bn-launcher.git', tag: '0.1.3'
|
||||||
gem 'bn-ldap-authentication', git: 'https://github.com/blindsidenetworks/bn-ldap-authentication.git'
|
gem 'bn-ldap-authentication', git: 'https://github.com/blindsidenetworks/bn-ldap-authentication.git', tag: '0.1.1'
|
||||||
gem 'net-ldap'
|
gem 'net-ldap'
|
||||||
|
|
||||||
# BigBlueButton API wrapper.
|
# BigBlueButton API wrapper.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/blindsidenetworks/bn-ldap-authentication.git
|
remote: https://github.com/blindsidenetworks/bn-ldap-authentication.git
|
||||||
revision: 9b93c64f106675755577f45d1fe520ca5405d522
|
revision: 121445ad7c76de602f2ff449a58e3f53818b5595
|
||||||
|
tag: 0.1.1
|
||||||
specs:
|
specs:
|
||||||
bn-ldap-authentication (1.0.1)
|
bn-ldap-authentication (1.0.1)
|
||||||
net-ldap
|
net-ldap
|
||||||
|
|
Loading…
Reference in New Issue