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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
374 B
Diff
Raw Normal View History

libruby2.7 has rexml 3.2.3.1 which has latest security fixes
--- a/Gemfile
+++ b/Gemfile
2023-05-28 00:09:46 +05:30
@@ -51,7 +51,7 @@
gem 'bcrypt', '~> 3.1', '>= 3.1.14'
gem 'doorkeeper', '~> 5.5'
2023-03-05 00:11:28 +05:30
gem 'doorkeeper-openid_connect', '~> 1.8'
2023-05-08 11:25:58 +05:30
-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'