Relax dependency on ruby-sanitize

This commit is contained in:
Pirate Praveen 2022-02-27 20:04:55 +05:30
parent 33dbfafd80
commit b3e67d50c6
3 changed files with 13 additions and 1 deletions

2
debian/control vendored
View file

@ -287,7 +287,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
ruby-recursive-open-struct (>= 1.1.1~),
ruby-http (>= 4.4~),
# Sanitize user input
ruby-sanitize (>= 5.2.1~),
ruby-sanitize (>= 6.0~),
ruby-babosa (>= 1.0.3~),
# Sanitizes SVG input
ruby-loofah (>= 2.2~),

View file

@ -0,0 +1,11 @@
--- a/Gemfile
+++ b/Gemfile
@@ -258,7 +258,7 @@
gem 'kubeclient', '~> 4.9','>= 4.9.2'
# Sanitize user input
-gem 'sanitize', '~> 5.2','>= 5.2.1'
+gem 'sanitize', '~> 6.0'
gem 'babosa', '~> 1.0','>= 1.0.4'
# Sanitizes SVG input

View file

@ -13,6 +13,7 @@ Gemfile/0140-remove-guard-rspec.patch
Gemfile/0150-relax-graphlient.patch
Gemfile/0160-relax-rexml.patch
Gemfile/0170-relax-ipynbdiff.patch
0180-relax-sanitize.patch
nodejs/0010-set-webpack-root.patch
nodejs/0020-remove-dev-dependencies.patch
nodejs/0030-use-yarnpkg.patch