forked from External/greenlight
Updates to Gemfile for custom gems
This commit is contained in:
parent
f1b4089d15
commit
09afd9154f
4
Gemfile
4
Gemfile
|
@ -44,9 +44,9 @@ gem 'bcrypt', '~> 3.1.7'
|
||||||
gem 'omniauth'
|
gem 'omniauth'
|
||||||
gem 'omniauth-twitter'
|
gem 'omniauth-twitter'
|
||||||
gem 'omniauth-google-oauth2'
|
gem 'omniauth-google-oauth2'
|
||||||
gem 'omniauth-bn-office365', git: 'https://github.com/blindsidenetworks/omniauth-azure-ad.git'
|
gem 'omniauth-bn-office365', git: 'https://github.com/blindsidenetworks/omniauth-bn-office365.git', tag: '0.1.0'
|
||||||
gem 'omniauth-ldap'
|
gem 'omniauth-ldap'
|
||||||
gem 'omniauth-bn-launcher', '~> 0.1.0'
|
gem 'omniauth-bn-launcher', git: 'https://github.com/blindsidenetworks/omniauth-bn-launcher.git', tag: '0.1.0'
|
||||||
|
|
||||||
# BigBlueButton API wrapper.
|
# BigBlueButton API wrapper.
|
||||||
gem 'bigbluebutton-api-ruby'
|
gem 'bigbluebutton-api-ruby'
|
||||||
|
|
19
Gemfile.lock
19
Gemfile.lock
|
@ -1,6 +1,16 @@
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/blindsidenetworks/omniauth-azure-ad.git
|
remote: https://github.com/blindsidenetworks/omniauth-bn-launcher.git
|
||||||
revision: c0c7d4dfb4fa4e66986dba6b436a924d83e48377
|
revision: 0d0597bec9aed63b9c9d44e99e16353c5d587d48
|
||||||
|
tag: 0.1.0
|
||||||
|
specs:
|
||||||
|
omniauth-bn-launcher (0.1.0)
|
||||||
|
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:
|
specs:
|
||||||
omniauth-bn-office365 (1.0.0)
|
omniauth-bn-office365 (1.0.0)
|
||||||
omniauth (>= 1.3.2)
|
omniauth (>= 1.3.2)
|
||||||
|
@ -151,9 +161,6 @@ GEM
|
||||||
omniauth (1.9.0)
|
omniauth (1.9.0)
|
||||||
hashie (>= 3.4.6, < 3.7.0)
|
hashie (>= 3.4.6, < 3.7.0)
|
||||||
rack (>= 1.6.2, < 3)
|
rack (>= 1.6.2, < 3)
|
||||||
omniauth-bn-launcher (0.1.0)
|
|
||||||
omniauth (~> 1.3, >= 1.3.2)
|
|
||||||
omniauth-oauth2 (= 1.5.0)
|
|
||||||
omniauth-google-oauth2 (0.6.1)
|
omniauth-google-oauth2 (0.6.1)
|
||||||
jwt (>= 2.0)
|
jwt (>= 2.0)
|
||||||
omniauth (>= 1.1.1)
|
omniauth (>= 1.1.1)
|
||||||
|
@ -345,7 +352,7 @@ DEPENDENCIES
|
||||||
listen (~> 3.0.5)
|
listen (~> 3.0.5)
|
||||||
mini_racer
|
mini_racer
|
||||||
omniauth
|
omniauth
|
||||||
omniauth-bn-launcher (~> 0.1.0)
|
omniauth-bn-launcher!
|
||||||
omniauth-bn-office365!
|
omniauth-bn-office365!
|
||||||
omniauth-google-oauth2
|
omniauth-google-oauth2
|
||||||
omniauth-ldap
|
omniauth-ldap
|
||||||
|
|
Loading…
Reference in New Issue