debian-mirror-gitlab/debian/patches/0499-91-relax-omniauth-azure-activedirectory-v2.patch
2021-06-09 22:52:32 +05:30

12 lines
390 B
Diff

--- a/Gemfile
+++ b/Gemfile
@@ -35,7 +35,7 @@
gem 'ruby-saml', '~> 1.12', '>= 1.12.1'
gem 'omniauth', '~> 1.8'
gem 'omniauth-auth0', '~> 2.0'
-gem 'omniauth-azure-activedirectory-v2', '~> 0.1'
+gem 'omniauth-azure-activedirectory-v2', '~> 1.0'
gem 'omniauth-azure-oauth2', '~> 0.0.9' # Deprecated v1 version
gem 'omniauth-cas3', '~> 1.1', '>= 1.1.4'
gem 'omniauth-facebook', '~> 4.0'