Relax nokogiri

This commit is contained in:
Sruthi Chandran 2019-03-15 22:00:32 +05:30
parent aa8775e974
commit ebd740859e
3 changed files with 13 additions and 1 deletions

2
debian/control vendored
View file

@ -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,

View 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

View file

@ -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