From 8b3d697f88e4f840aec10cbe0908f4ba026aed59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Jul 2023 10:58:44 +0000 Subject: [PATCH] Update omniauth packages --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 24cb43e657..18e479996c 100644 --- a/Gemfile +++ b/Gemfile @@ -35,10 +35,10 @@ end gem 'net-ldap', '~> 0.18' gem 'omniauth-cas', '~> 2.0' -gem 'omniauth-saml', '~> 1.10' +gem 'omniauth-saml', '~> 2.0' gem 'omniauth_openid_connect', '~> 0.6.1' -gem 'omniauth', '~> 1.9' -gem 'omniauth-rails_csrf_protection', '~> 0.1' +gem 'omniauth', '~> 2.0' +gem 'omniauth-rails_csrf_protection', '~> 1.0' gem 'color_diff', '~> 0.1' gem 'discard', '~> 1.2'