diff --git a/Gemfile b/Gemfile index b3337bf7ea..60b75ec0b4 100644 --- a/Gemfile +++ b/Gemfile @@ -123,7 +123,7 @@ gem 'govuk_design_system_formbuilder', '~> 5.4' # DfE Sign-In gem 'omniauth', '~> 2.1' -gem 'omniauth_openid_connect', '~> 0.7' +gem 'omniauth_openid_connect', '~> 0.8' gem 'omniauth-rails_csrf_protection', '~> 1.0' # Data integration with BigQuery diff --git a/Gemfile.lock b/Gemfile.lock index 2f31a39191..417065f6ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -143,7 +143,7 @@ GEM amazing_print (1.6.0) ast (2.4.2) attr_extras (7.1.0) - attr_required (1.0.1) + attr_required (1.0.2) audited (5.4.3) activerecord (>= 5.0, < 7.2) request_store (~> 1.2) @@ -242,6 +242,8 @@ GEM drb (2.2.1) dry-container (0.11.0) concurrent-ruby (~> 1.0) + email_validator (2.2.4) + activemodel erb_lint (0.5.0) activesupport better_html (>= 2.0.1) @@ -445,7 +447,7 @@ GEM uri net-http-persistent (4.0.1) connection_pool (~> 2.2) - net-imap (0.4.12) + net-imap (0.4.14) date net-protocol net-pop (0.1.2) @@ -475,20 +477,20 @@ GEM omniauth-rails_csrf_protection (1.0.2) actionpack (>= 4.2) omniauth (~> 2.0) - omniauth_openid_connect (0.7.1) + omniauth_openid_connect (0.8.0) omniauth (>= 1.9, < 3) openid_connect (~> 2.2) - openid_connect (2.2.0) + openid_connect (2.3.0) activemodel attr_required (>= 1.0.0) + email_validator faraday (~> 2.0) faraday-follow_redirects json-jwt (>= 1.16) - net-smtp + mail rack-oauth2 (~> 2.2) swd (~> 2.0) tzinfo - validate_email validate_url webfinger (~> 2.0) optimist (3.1.0) @@ -531,7 +533,7 @@ GEM rack (2.2.9) rack-cors (2.0.2) rack (>= 2.0.0) - rack-oauth2 (2.2.0) + rack-oauth2 (2.2.1) activesupport attr_required faraday (~> 2.0) @@ -729,7 +731,7 @@ GEM attr_extras (>= 6.2.4) diff-lcs patience_diff - swd (2.0.2) + swd (2.0.3) activesupport (>= 3) attr_required (>= 0.0.5) faraday (~> 2.0) @@ -748,9 +750,6 @@ GEM unicode-display_width (2.5.0) uniform_notifier (1.16.0) uri (0.13.0) - validate_email (0.1.6) - activemodel (>= 3.0) - mail (>= 2.2.5) validate_url (1.0.15) activemodel (>= 3.0.0) public_suffix @@ -758,7 +757,7 @@ GEM activesupport (>= 5.2.0, < 8.0) concurrent-ruby (~> 1.0) method_source (~> 1.0) - webfinger (2.1.2) + webfinger (2.1.3) activesupport faraday (~> 2.0) faraday-follow_redirects @@ -842,7 +841,7 @@ DEPENDENCIES oj omniauth (~> 2.1) omniauth-rails_csrf_protection (~> 1.0) - omniauth_openid_connect (~> 0.7) + omniauth_openid_connect (~> 0.8) open_api-rswag-api (= 0.2.0)! open_api-rswag-specs (= 0.2.0)! open_api-rswag-ui (= 0.2.0)!