22 lines
807 B
Diff
22 lines
807 B
Diff
From e401d71c70d9d259726bd56ab739d4e514678f28 Mon Sep 17 00:00:00 2001
|
|
From: Pirate Praveen <praveen@debian.org>
|
|
Date: Mon, 20 Mar 2023 14:49:32 +0000
|
|
Subject: [PATCH] Update omniauth-auth0 rubygem to 3.1
|
|
|
|
---
|
|
Gemfile | 2 +-
|
|
Gemfile.checksum | 2 +-
|
|
Gemfile.lock | 7 ++++---
|
|
3 files changed, 6 insertions(+), 5 deletions(-)
|
|
|
|
--- a/Gemfile
|
|
+++ b/Gemfile
|
|
@@ -57,7 +57,7 @@
|
|
gem 'rexml', '~> 3.2', '>= 3.2.3.1'
|
|
gem 'ruby-saml', '~> 1.13'
|
|
gem 'omniauth', '~> 2.1'
|
|
-gem 'omniauth-auth0', '~> 2.0'
|
|
+gem 'omniauth-auth0', '~> 3.1'
|
|
gem 'omniauth-azure-activedirectory-v2', '~> 2.0'
|
|
gem 'omniauth-azure-oauth2', '~> 0.0.9', path: 'vendor/gems/omniauth-azure-oauth2' # See gem README.md
|
|
gem 'omniauth-cas3', '~> 1.1.4', path: 'vendor/gems/omniauth-cas3' # See vendor/gems/omniauth-cas3/README.md
|