From 1d72f0287a1f41ed0ca8c7b447f845487e95fc74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 11:47:26 +0000 Subject: [PATCH] Update dependency omniauth_openid_connect to '~> 0.7.0' --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3feb3f9548..d2a24b0b8f 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ end gem 'net-ldap', '~> 0.18' gem 'omniauth-cas', '~> 2.0' gem 'omniauth-saml', '~> 1.10' -gem 'omniauth_openid_connect', '~> 0.6.1' +gem 'omniauth_openid_connect', '~> 0.7.0' gem 'omniauth', '~> 1.9' gem 'omniauth-rails_csrf_protection', '~> 0.1'