Fix typo in d/patches/0050-*
This commit is contained in:
parent
e9cd9414e4
commit
21ee9334f8
1 changed files with 1 additions and 1 deletions
2
debian/patches/0050-relax-stable-libs.patch
vendored
2
debian/patches/0050-relax-stable-libs.patch
vendored
|
@ -235,7 +235,7 @@ gitlab Gemfile
|
||||||
# Sanitize user input
|
# Sanitize user input
|
||||||
gem 'sanitize', '~> 4.6'
|
gem 'sanitize', '~> 4.6'
|
||||||
-gem 'babosa', '~> 1.0.2'
|
-gem 'babosa', '~> 1.0.2'
|
||||||
+gem 'babosa', '~> 1.0', '>= 1.0.2
|
+gem 'babosa', '~> 1.0', '>= 1.0.2'
|
||||||
|
|
||||||
# Sanitizes SVG input
|
# Sanitizes SVG input
|
||||||
gem 'loofah', '~> 2.2'
|
gem 'loofah', '~> 2.2'
|
||||||
|
|
Loading…
Reference in a new issue