forked from External/greenlight
GR2-xx: Updated gems to point to rubygems (#1546)
* Updated gems * Updated another gem Co-authored-by: Jesus Federico <jesus@123it.ca>
This commit is contained in:
parent
f47d68ea18
commit
891a32a15c
6
Gemfile
6
Gemfile
|
@ -48,10 +48,10 @@ gem 'bootsnap', '>= 1.1.0', require: false
|
|||
gem 'omniauth'
|
||||
gem 'omniauth-twitter'
|
||||
gem 'omniauth-google-oauth2'
|
||||
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 'bn-ldap-authentication', git: 'https://github.com/blindsidenetworks/bn-ldap-authentication.git', tag: '0.1.2'
|
||||
gem 'omniauth-bn-launcher', '~> 0.1.3'
|
||||
gem 'net-ldap'
|
||||
gem 'bn-ldap-authentication', '~> 0.1.2'
|
||||
gem 'omniauth-bn-office365', '~> 0.1.1'
|
||||
|
||||
# BigBlueButton API wrapper.
|
||||
gem 'bigbluebutton-api-ruby'
|
||||
|
|
40
Gemfile.lock
40
Gemfile.lock
|
@ -1,29 +1,3 @@
|
|||
GIT
|
||||
remote: https://github.com/blindsidenetworks/bn-ldap-authentication.git
|
||||
revision: 9cd1f4d195f0c49abc30b52d23607b770823a9a5
|
||||
tag: 0.1.2
|
||||
specs:
|
||||
bn-ldap-authentication (0.1.2)
|
||||
net-ldap
|
||||
|
||||
GIT
|
||||
remote: https://github.com/blindsidenetworks/omniauth-bn-launcher.git
|
||||
revision: 1b4a5e0715312567922648aebb0f662d08a3fe24
|
||||
tag: 0.1.3
|
||||
specs:
|
||||
omniauth-bn-launcher (0.1.3)
|
||||
omniauth (~> 1.3, >= 1.3.2)
|
||||
omniauth-oauth2 (= 1.5.0)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/blindsidenetworks/omniauth-bn-office365.git
|
||||
revision: d6640b37b5df50b5ed80e1271518bfb5dfb2a966
|
||||
tag: 0.1.0
|
||||
specs:
|
||||
omniauth-bn-office365 (1.0.0)
|
||||
omniauth (>= 1.3.2)
|
||||
omniauth-oauth2 (>= 1.5.0)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/blindsidenetworks/tabler-rubygem.git
|
||||
revision: 4c16e6dc930f6b92dec093abaf9652d768b46d97
|
||||
|
@ -88,6 +62,8 @@ GEM
|
|||
bigbluebutton-api-ruby (1.7.0)
|
||||
xml-simple (~> 1.1)
|
||||
bindex (0.8.1)
|
||||
bn-ldap-authentication (0.1.2)
|
||||
net-ldap (~> 0)
|
||||
bootsnap (1.4.4)
|
||||
msgpack (~> 1.0)
|
||||
bootstrap (4.3.1)
|
||||
|
@ -192,6 +168,12 @@ GEM
|
|||
omniauth (1.9.0)
|
||||
hashie (>= 3.4.6, < 3.7.0)
|
||||
rack (>= 1.6.2, < 3)
|
||||
omniauth-bn-launcher (0.1.3)
|
||||
omniauth (~> 1.3, >= 1.3.2)
|
||||
omniauth-oauth2 (= 1.5.0)
|
||||
omniauth-bn-office365 (0.1.1)
|
||||
omniauth (>= 1.3.2)
|
||||
omniauth-oauth2 (>= 1.5.0)
|
||||
omniauth-google-oauth2 (0.7.0)
|
||||
jwt (>= 2.0)
|
||||
omniauth (>= 1.1.1)
|
||||
|
@ -351,7 +333,7 @@ DEPENDENCIES
|
|||
action-cable-testing
|
||||
bcrypt (~> 3.1.7)
|
||||
bigbluebutton-api-ruby
|
||||
bn-ldap-authentication!
|
||||
bn-ldap-authentication (~> 0.1.2)
|
||||
bootsnap (>= 1.1.0)
|
||||
bootstrap (~> 4.3.1)
|
||||
byebug
|
||||
|
@ -372,8 +354,8 @@ DEPENDENCIES
|
|||
lograge
|
||||
net-ldap
|
||||
omniauth
|
||||
omniauth-bn-launcher!
|
||||
omniauth-bn-office365!
|
||||
omniauth-bn-launcher (~> 0.1.3)
|
||||
omniauth-bn-office365 (~> 0.1.1)
|
||||
omniauth-google-oauth2
|
||||
omniauth-twitter
|
||||
pagy
|
||||
|
|
Loading…
Reference in New Issue