Relax dependency on ruby-sanitize
This commit is contained in:
parent
33dbfafd80
commit
b3e67d50c6
3 changed files with 13 additions and 1 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -287,7 +287,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
ruby-recursive-open-struct (>= 1.1.1~),
|
ruby-recursive-open-struct (>= 1.1.1~),
|
||||||
ruby-http (>= 4.4~),
|
ruby-http (>= 4.4~),
|
||||||
# Sanitize user input
|
# Sanitize user input
|
||||||
ruby-sanitize (>= 5.2.1~),
|
ruby-sanitize (>= 6.0~),
|
||||||
ruby-babosa (>= 1.0.3~),
|
ruby-babosa (>= 1.0.3~),
|
||||||
# Sanitizes SVG input
|
# Sanitizes SVG input
|
||||||
ruby-loofah (>= 2.2~),
|
ruby-loofah (>= 2.2~),
|
||||||
|
|
11
debian/patches/0180-relax-sanitize.patch
vendored
Normal file
11
debian/patches/0180-relax-sanitize.patch
vendored
Normal 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
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -13,6 +13,7 @@ Gemfile/0140-remove-guard-rspec.patch
|
||||||
Gemfile/0150-relax-graphlient.patch
|
Gemfile/0150-relax-graphlient.patch
|
||||||
Gemfile/0160-relax-rexml.patch
|
Gemfile/0160-relax-rexml.patch
|
||||||
Gemfile/0170-relax-ipynbdiff.patch
|
Gemfile/0170-relax-ipynbdiff.patch
|
||||||
|
0180-relax-sanitize.patch
|
||||||
nodejs/0010-set-webpack-root.patch
|
nodejs/0010-set-webpack-root.patch
|
||||||
nodejs/0020-remove-dev-dependencies.patch
|
nodejs/0020-remove-dev-dependencies.patch
|
||||||
nodejs/0030-use-yarnpkg.patch
|
nodejs/0030-use-yarnpkg.patch
|
||||||
|
|
Loading…
Reference in a new issue