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-11-26 12:48:29 +05:30
@@ -54,7 +54,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'
2022-10-18 15:59:10 +05:30
gem 'omniauth', '~> 2.1'
2022-11-26 12:48:29 +05:30
gem 'omniauth-auth0', '~> 2.0'