Relax dependency on omniauth-auth0 to allow version 3.1
This commit is contained in:
parent
0cbeecd23e
commit
5b52dd6f69
3 changed files with 24 additions and 1 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -124,7 +124,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-rexml (>= 3.2.3.1~),
|
||||
ruby-saml (>= 1.13~),
|
||||
ruby-omniauth (>= 2.1~),
|
||||
ruby-omniauth-auth0 (>= 2.0~),
|
||||
ruby-omniauth-auth0 (>= 3.1~),
|
||||
ruby-omniauth-azure-activedirectory-v2 (>= 2.0~),
|
||||
ruby-omniauth-dingtalk-oauth2 (>= 1.0.1~),
|
||||
ruby-omniauth-alicloud (>= 2.0~),
|
||||
|
|
22
debian/patches/Gemfile/0230-relax-omniauth-auth0.patch
vendored
Normal file
22
debian/patches/Gemfile/0230-relax-omniauth-auth0.patch
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
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
|
||||
@@ -60,7 +60,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
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -13,6 +13,7 @@ Gemfile/0190-relax-rdoc.patch
|
|||
Gemfile/0200-add-gitlab-dangerfiles.patch
|
||||
Gemfile/0210-comment-out-openssl.patch
|
||||
Gemfile/0220-relax-oj-in-ipynbdiff.patch
|
||||
Gemfile/0230-relax-omniauth-auth0.patch
|
||||
nodejs/0010-set-webpack-root.patch
|
||||
nodejs/0020-remove-dev-dependencies.patch
|
||||
nodejs/0030-use-yarnpkg.patch
|
||||
|
|
Loading…
Reference in a new issue