-
- Downloads
Updates to Gemfile for custom gems
... | @@ -44,9 +44,9 @@ gem 'bcrypt', '~> 3.1.7' | ... | @@ -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' | ||
... | ... |
Please register or sign in to comment