debian-mirror-gitlab/debian/patches/Gemfile/0160-relax-rexml.patch

14 lines
383 B
Diff
Raw Normal View History

libruby2.7 has rexml 3.2.3.1 which has latest security fixes
--- a/Gemfile
+++ b/Gemfile
2022-05-07 22:13:53 +05:30
@@ -33,7 +33,7 @@
gem 'bcrypt', '~> 3.1', '>= 3.1.14'
gem 'doorkeeper', '~> 5.5'
2021-09-04 02:51:02 +05:30
gem 'doorkeeper-openid_connect', '~> 1.7','>= 1.7.5'
-gem 'rexml', '~> 3.2','>= 3.2.5'
+gem 'rexml', '~> 3.2','>= 3.2.3.1'
gem 'ruby-saml', '~> 1.13'
gem 'omniauth', '~> 1.8'
gem 'omniauth-auth0', '~> 2.0'