From c665d01cc5bd4eb381f57a0b3d69195b4f726289 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Mon, 26 Jun 2023 03:32:32 +0200 Subject: [PATCH] Bump openid_connect --- Gemfile | 2 +- Gemfile.lock | 36 +++++++++++++++++++++--------------- 2 files changed, 22 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index 6ec57618f..b803c5488 100644 --- a/Gemfile +++ b/Gemfile @@ -133,7 +133,7 @@ gem "omniauth-wordpress", "0.2.2" gem "twitter", "8.0.0" # OpenID Connect -gem "openid_connect", "1.3.0" +gem "openid_connect", "2.2.0" # Serializers diff --git a/Gemfile.lock b/Gemfile.lock index 9554eb3a1..82281accf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -337,7 +337,6 @@ GEM httparty (0.21.0) mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - httpclient (2.8.3) i18n (1.14.1) concurrent-ruby (~> 1.0) idn-ruby (0.1.0) @@ -364,11 +363,12 @@ GEM rails (>= 4.0, < 8.0) sprockets (>= 3.0.0) json (2.6.3) - json-jwt (1.15.3) + json-jwt (1.16.3) activesupport (>= 4.2) aes_key_wrap bindata - httpclient + faraday (~> 2.0) + faraday-follow_redirects json-schema (4.0.0) addressable (>= 2.8) jsonpath (1.1.2) @@ -469,16 +469,19 @@ GEM open_graph_reader (0.7.2) faraday (>= 0.9.0) nokogiri (~> 1.6) - openid_connect (1.3.0) + openid_connect (2.2.0) activemodel attr_required (>= 1.0.0) - json-jwt (>= 1.5.0) - rack-oauth2 (>= 1.6.1) - swd (>= 1.0.0) + faraday (~> 2.0) + faraday-follow_redirects + json-jwt (>= 1.16) + net-smtp + rack-oauth2 (~> 2.2) + swd (~> 2.0) tzinfo validate_email validate_url - webfinger (>= 1.0.1) + webfinger (~> 2.0) orm_adapter (0.5.0) parallel (1.23.0) parser (3.2.2.3) @@ -525,10 +528,11 @@ GEM activesupport rack-mobile-detect (0.4.0) rack - rack-oauth2 (1.19.0) + rack-oauth2 (2.2.0) activesupport attr_required - httpclient + faraday (~> 2.0) + faraday-follow_redirects json-jwt (>= 1.11.0) rack (>= 2.1.0) rack-piwik (0.3.0) @@ -691,10 +695,11 @@ GEM ssrf_filter (1.1.1) state_machines (0.5.0) string-direction (1.2.2) - swd (1.3.0) + swd (2.0.2) activesupport (>= 3) attr_required (>= 0.0.5) - httpclient (>= 2.4) + faraday (~> 2.0) + faraday-follow_redirects sys-uname (1.2.3) ffi (~> 1.1) sysexits (1.2.0) @@ -751,9 +756,10 @@ GEM yard (~> 0.9.20) warden (1.2.9) rack (>= 2.0.9) - webfinger (1.2.0) + webfinger (2.1.2) activesupport - httpclient (>= 2.4) + faraday (~> 2.0) + faraday-follow_redirects webmock (3.18.1) addressable (>= 2.8.0) crack (>= 0.3.2) @@ -837,7 +843,7 @@ DEPENDENCIES omniauth-twitter (= 1.4.0) omniauth-wordpress (= 0.2.2) open_graph_reader (= 0.7.2) - openid_connect (= 1.3.0) + openid_connect (= 2.2.0) pg (= 1.5.3) pronto (= 0.11.1) pronto-eslint (= 0.11.1)