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
433 B
Diff
Raw Normal View History

libruby2.7 has rexml 3.2.3.1 which has latest security fixes
--- a/Gemfile
+++ b/Gemfile
2023-06-20 11:34:45 +05:30
@@ -47,7 +47,7 @@ gem 'devise-pbkdf2-encryptable', '~> 0.0
gem 'bcrypt', '~> 3.1', '>= 3.1.14'
2023-06-20 11:34:45 +05:30
gem 'doorkeeper', '~> 5.6', '>= 5.6.6'
gem 'doorkeeper-openid_connect', '~> 1.8', '>= 1.8.5'
-gem 'rexml', '~> 3.2.5'
2023-05-08 11:25:58 +05:30
+gem 'rexml', '~> 3.2', '>= 3.2.3.1'
2023-06-20 11:34:45 +05:30
gem 'ruby-saml', '~> 1.13.0'
gem 'omniauth', '~> 2.1.0'
gem 'omniauth-auth0', '~> 3.1'