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

libruby2.7 has rexml 3.2.3.1 which has latest security fixes
--- a/Gemfile
+++ b/Gemfile
2022-10-18 15:59:10 +05:30
@@ -36,7 +36,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-rails_csrf_protection'
gem 'omniauth', '~> 2.1'