Relax nokogiri
This commit is contained in:
parent
aa8775e974
commit
ebd740859e
3 changed files with 13 additions and 1 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -136,7 +136,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-rouge (>= 3.1~),
|
||||
ruby-truncato (>= 0.7.11~),
|
||||
ruby-bootstrap-form (>= 2.7~),
|
||||
ruby-nokogiri (>= 1.10.1~),
|
||||
ruby-nokogiri (>= 1.10~),
|
||||
ruby-escape-utils (>= 1.2.1~),
|
||||
# Calendar rendering
|
||||
ruby-icalendar,
|
||||
|
|
11
debian/patches/0490-relax-nokogiri.patch
vendored
Normal file
11
debian/patches/0490-relax-nokogiri.patch
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/Gemfile
|
||||
+++ b/Gemfile
|
||||
@@ -127,7 +127,7 @@
|
||||
gem 'rouge', '~> 3.1'
|
||||
gem 'truncato', '~> 0.7.11'
|
||||
gem 'bootstrap_form', '~> 2.7'
|
||||
-gem 'nokogiri', '~> 1.10', '>= 1.10.1'
|
||||
+gem 'nokogiri', '~> 1.10'
|
||||
gem 'escape_utils', '~> 1.1'
|
||||
|
||||
# Calendar rendering
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -11,6 +11,7 @@
|
|||
0450-remove-bullet.patch
|
||||
0470-relax-rails.patch
|
||||
0480-relax-acts-as-taggable-on.patch
|
||||
0490-relax-nokogiri.patch
|
||||
0500-set-webpack-root.patch
|
||||
0510-remove-dev-dependencies.patch
|
||||
0520-add-system-lib-path-for-webpack.patch
|
||||
|
|
Loading…
Add table
Reference in a new issue