From 589536b18d341d5af6cad530fbc4e5ce1d6ea42f Mon Sep 17 00:00:00 2001 From: shawn-higgins1 <23224097+shawn-higgins1@users.noreply.github.com> Date: Thu, 15 Aug 2019 11:39:37 -0400 Subject: [PATCH] Launcher errors in gl (#744) * Display launcher errors in Greenlight * Update launcher gem --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 419d542f..c07cf100 100644 --- a/Gemfile +++ b/Gemfile @@ -49,7 +49,7 @@ 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.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 'net-ldap' diff --git a/Gemfile.lock b/Gemfile.lock index 9141a034..63e10cb9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,10 +7,10 @@ GIT GIT remote: https://github.com/blindsidenetworks/omniauth-bn-launcher.git - revision: 4f43f9df48f92c209176ab487fc9b45bbb660b9b - tag: 0.1.2 + revision: 1b4a5e0715312567922648aebb0f662d08a3fe24 + tag: 0.1.3 specs: - omniauth-bn-launcher (0.1.2) + omniauth-bn-launcher (0.1.3) omniauth (~> 1.3, >= 1.3.2) omniauth-oauth2 (= 1.5.0)