forked from External/greenlight
able to handle launcher login with gem
This commit is contained in:
2
Gemfile
2
Gemfile
@ -47,7 +47,6 @@ gem 'bcrypt', '~> 3.1.7'
|
||||
gem 'omniauth'
|
||||
gem 'omniauth-twitter'
|
||||
gem 'omniauth-google-oauth2'
|
||||
gem "omniauth-bn-launcher", git: "https://github.com/blindsidenetworks/omniauth-bn-launcher.git"
|
||||
|
||||
# BigBlueButton API wrapper.
|
||||
gem 'bigbluebutton-api-ruby'
|
||||
@ -65,6 +64,7 @@ gem 'rubocop', require: false
|
||||
group :production do
|
||||
# Use a postgres database in production.
|
||||
gem 'pg', '~> 0.18'
|
||||
gem "omniauth-bn-launcher", git: "https://github.com/blindsidenetworks/omniauth-bn-launcher.git", branch: "oauth2"
|
||||
end
|
||||
|
||||
group :development, :test do
|
||||
|
Reference in New Issue
Block a user