diff --git a/Gemfile b/Gemfile index ea39aa7..2fbd42a 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ gem 'bootsnap', require: false gem 'ipaddress', '~> 0.8.3' gem 'omniauth', '~> 2.1' -gem 'omniauth_openid_connect', '~> 0.7.0' +gem 'omniauth_openid_connect', '~> 0.8.0' gem 'omniauth-rails_csrf_protection', '~> 1.0' gem 'cancancan', '~> 3.6' diff --git a/Gemfile.lock b/Gemfile.lock index 2cdd2dd..f335d81 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -118,8 +118,9 @@ GEM activemodel error_highlight (0.6.0) erubi (1.13.0) - faraday (2.9.1) + faraday (2.10.0) faraday-net_http (>= 2.0, < 3.2) + logger faraday-follow_redirects (0.3.0) faraday (>= 1, < 3) faraday-net_http (3.1.0) @@ -170,6 +171,7 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.6.0) loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -183,7 +185,7 @@ GEM matrix (0.4.2) method_source (1.1.0) mini_mime (1.1.5) - minitest (5.24.0) + minitest (5.24.1) minitest-reporters (1.6.1) ansi builder @@ -194,7 +196,7 @@ GEM nenv (0.3.0) net-http (0.4.1) uri - net-imap (0.4.13) + net-imap (0.4.14) date net-protocol net-pop (0.1.2) @@ -216,7 +218,7 @@ 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.3.0) @@ -246,7 +248,7 @@ GEM method_source (~> 1.0) psych (5.1.2) stringio - public_suffix (5.0.5) + public_suffix (5.1.1) puma (6.4.2) nio4r (~> 2.0) racc (1.8.0) @@ -430,7 +432,7 @@ DEPENDENCIES minitest-reporters (~> 1.6) omniauth (~> 2.1) omniauth-rails_csrf_protection (~> 1.0) - omniauth_openid_connect (~> 0.7.0) + omniauth_openid_connect (~> 0.8.0) overcommit (~> 0.63.0) pg (~> 1.5) puma (~> 6.4)