forked from External/greenlight
Upgrade LDAP gem version (#1700)
This commit is contained in:
parent
8444b2c333
commit
8355c59b00
2
Gemfile
2
Gemfile
|
@ -52,7 +52,7 @@ gem 'omniauth-twitter'
|
||||||
gem 'omniauth-google-oauth2'
|
gem 'omniauth-google-oauth2'
|
||||||
gem 'omniauth-bn-launcher', '~> 0.1.3'
|
gem 'omniauth-bn-launcher', '~> 0.1.3'
|
||||||
gem 'net-ldap'
|
gem 'net-ldap'
|
||||||
gem 'bn-ldap-authentication', '~> 0.1.2'
|
gem 'bn-ldap-authentication', '~> 0.1.3'
|
||||||
gem 'omniauth-bn-office365', '~> 0.1.1'
|
gem 'omniauth-bn-office365', '~> 0.1.1'
|
||||||
|
|
||||||
# BigBlueButton API wrapper.
|
# BigBlueButton API wrapper.
|
||||||
|
|
|
@ -62,7 +62,7 @@ GEM
|
||||||
bigbluebutton-api-ruby (1.7.0)
|
bigbluebutton-api-ruby (1.7.0)
|
||||||
xml-simple (~> 1.1)
|
xml-simple (~> 1.1)
|
||||||
bindex (0.8.1)
|
bindex (0.8.1)
|
||||||
bn-ldap-authentication (0.1.2)
|
bn-ldap-authentication (0.1.3)
|
||||||
net-ldap (~> 0)
|
net-ldap (~> 0)
|
||||||
bootsnap (1.4.6)
|
bootsnap (1.4.6)
|
||||||
msgpack (~> 1.0)
|
msgpack (~> 1.0)
|
||||||
|
@ -337,7 +337,7 @@ DEPENDENCIES
|
||||||
action-cable-testing
|
action-cable-testing
|
||||||
bcrypt (~> 3.1.7)
|
bcrypt (~> 3.1.7)
|
||||||
bigbluebutton-api-ruby
|
bigbluebutton-api-ruby
|
||||||
bn-ldap-authentication (~> 0.1.2)
|
bn-ldap-authentication (~> 0.1.3)
|
||||||
bootsnap (>= 1.1.0)
|
bootsnap (>= 1.1.0)
|
||||||
bootstrap (~> 4.3.1)
|
bootstrap (~> 4.3.1)
|
||||||
byebug
|
byebug
|
||||||
|
|
Loading…
Reference in New Issue