From 67cb9c8d466925155204454add283603b7ead272 Mon Sep 17 00:00:00 2001 From: Jesus Federico <jesus@123it.ca> Date: Wed, 1 Jun 2022 16:51:45 -0400 Subject: [PATCH] BSN070: updated bn gems (#3497) --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index fa0c39dc..00ccb61b 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem 'jquery-ui-rails', '~> 6.0.1' gem 'local_time', '~> 2.1.0' gem 'net-ldap', '~> 0.17.0' gem 'omniauth', '~> 2.1.0' -gem 'omniauth-bn-launcher', '~> 0.1.4' +gem 'omniauth-bn-launcher', '~> 0.1.5' gem 'omniauth-bn-office365', '~> 0.1.2' gem 'omniauth-google-oauth2', '~> 1.0.1' gem 'omniauth_openid_connect', '~> 0.4.0' diff --git a/Gemfile.lock b/Gemfile.lock index 011981c2..d31377d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -253,7 +253,7 @@ GEM hashie (>= 3.4.6) rack (>= 2.2.3) rack-protection - omniauth-bn-launcher (0.1.4) + omniauth-bn-launcher (0.1.5) omniauth (~> 2.1, >= 2.1.0) omniauth-oauth2 (= 1.7.2) omniauth-bn-office365 (0.1.2) @@ -509,7 +509,7 @@ DEPENDENCIES lograge (~> 0.11.2) net-ldap (~> 0.17.0) omniauth (~> 2.1.0) - omniauth-bn-launcher (~> 0.1.4) + omniauth-bn-launcher (~> 0.1.5) omniauth-bn-office365 (~> 0.1.2) omniauth-google-oauth2 (~> 1.0.1) omniauth-rails_csrf_protection (~> 1.0.1) -- GitLab