diff --git a/Gemfile b/Gemfile index 05b1b23a53..20f4722638 100644 --- a/Gemfile +++ b/Gemfile @@ -69,7 +69,7 @@ gem 'pagy', '~> 5.1' gem 'rswag-api' gem 'rswag-ui' -gem 'gitlab-omniauth-openid-connect', require: 'omniauth_openid_connect' +gem 'omniauth_openid_connect' gem 'openid_connect', '~> 1.3' gem 'omniauth-rails_csrf_protection' diff --git a/Gemfile.lock b/Gemfile.lock index 49955764ff..c8bf73e92d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -323,10 +323,6 @@ GEM rspec-core (~> 3.0) ruby-progressbar (~> 1.4) geocoder (1.8.1) - gitlab-omniauth-openid-connect (0.10.0) - addressable (~> 2.7) - omniauth (>= 1.9, < 3) - openid_connect (~> 1.2) globalid (1.0.1) activesupport (>= 5.0) gmaps4rails (2.1.2) @@ -447,6 +443,9 @@ GEM omniauth-rails_csrf_protection (1.0.1) actionpack (>= 4.2) omniauth (~> 2.0) + omniauth_openid_connect (0.6.0) + omniauth (>= 1.9, < 3) + openid_connect (~> 1.1) openid_connect (1.4.2) activemodel attr_required (>= 1.0.0) @@ -814,7 +813,6 @@ DEPENDENCIES foreman fuubar (~> 2.5.1) geocoder - gitlab-omniauth-openid-connect gmaps4rails good_migrations haml @@ -841,6 +839,7 @@ DEPENDENCIES oauth2 (~> 1.4.7) ofn-qz! omniauth-rails_csrf_protection + omniauth_openid_connect openid_connect (~> 1.3) order_management! pagy (~> 5.1)