diff --git a/Gemfile b/Gemfile
index fa0c39dc54351394569596af16ea644391c69b8f..00ccb61b1e7837e8fc5f6991b2e720c7d5cf0e37 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 011981c2e8959c3887743b01a498f6570c1438d6..d31377d3ed844e1c3e836035786e87f8d85ef380 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)