diff --git a/Gemfile b/Gemfile index 45dc4dfebed53..3f71be7c3b3cb 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem 'doorkeeper', '~> 5.5.0.rc2' gem 'doorkeeper-openid_connect', '~> 1.7.5' gem 'rexml', '~> 3.2.5' gem 'ruby-saml', '~> 1.13.0' -gem 'omniauth', '~> 1.8' +gem 'omniauth', '~> 1.9' gem 'omniauth-auth0', '~> 2.0.0' gem 'omniauth-azure-activedirectory-v2', '~> 1.0' gem 'omniauth-azure-oauth2', '~> 0.0.9' # Deprecated v1 version diff --git a/Gemfile.lock b/Gemfile.lock index fc13e8d6ecccb..caf371a386083 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -818,7 +818,7 @@ GEM train-core wmi-lite (~> 1.0) oj (3.10.6) - omniauth (1.9.1) + omniauth (1.9.2) hashie (>= 3.4.6) rack (>= 1.6.2, < 3) omniauth-atlassian-oauth2 (0.2.0) @@ -1535,7 +1535,7 @@ DEPENDENCIES octokit (~> 4.15) ohai (~> 16.10) oj (~> 3.10.6) - omniauth (~> 1.8) + omniauth (~> 1.9) omniauth-atlassian-oauth2 (~> 0.2.0) omniauth-auth0 (~> 2.0.0) omniauth-authentiq (~> 0.3.3)