forked from External/greenlight
Launcher errors in gl (#744)
* Display launcher errors in Greenlight * Update launcher gem
This commit is contained in:
parent
050fa21189
commit
589536b18d
2
Gemfile
2
Gemfile
|
@ -49,7 +49,7 @@ 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-bn-office365.git', tag: '0.1.0'
|
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.2'
|
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'
|
gem 'bn-ldap-authentication', git: 'https://github.com/blindsidenetworks/bn-ldap-authentication.git'
|
||||||
gem 'net-ldap'
|
gem 'net-ldap'
|
||||||
|
|
||||||
|
|
|
@ -7,10 +7,10 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/blindsidenetworks/omniauth-bn-launcher.git
|
remote: https://github.com/blindsidenetworks/omniauth-bn-launcher.git
|
||||||
revision: 4f43f9df48f92c209176ab487fc9b45bbb660b9b
|
revision: 1b4a5e0715312567922648aebb0f662d08a3fe24
|
||||||
tag: 0.1.2
|
tag: 0.1.3
|
||||||
specs:
|
specs:
|
||||||
omniauth-bn-launcher (0.1.2)
|
omniauth-bn-launcher (0.1.3)
|
||||||
omniauth (~> 1.3, >= 1.3.2)
|
omniauth (~> 1.3, >= 1.3.2)
|
||||||
omniauth-oauth2 (= 1.5.0)
|
omniauth-oauth2 (= 1.5.0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue