diff --git a/Gemfile b/Gemfile index 1a46f0399c7..67dcda02220 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem 'devise', '~> 4.7.2' gem 'bcrypt', '3.1.12' gem 'doorkeeper', '~> 5.5.0.rc2' gem 'doorkeeper-openid_connect', '~> 1.7.5' -gem 'omniauth', '~> 1.8' +gem 'omniauth', '~> 1.9' gem 'omniauth-auth0', '~> 2.0.0' gem 'omniauth-azure-activedirectory-v2', '~> 0.1' gem 'omniauth-azure-oauth2', '~> 0.0.9' # Deprecated v1 version diff --git a/Gemfile.lock b/Gemfile.lock index d5d700e4721..f3d1006f361 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -797,8 +797,8 @@ GEM train-core wmi-lite (~> 1.0) oj (3.10.6) - omniauth (1.9.0) - hashie (>= 3.4.6, < 3.7.0) + omniauth (1.9.2) + hashie (>= 3.4.6) rack (>= 1.6.2, < 3) omniauth-atlassian-oauth2 (0.2.0) omniauth (>= 1.1.1) @@ -1487,7 +1487,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)