debian-mirror-gitlab/debian/patches/0499-40-relax-rouge.patch
2021-06-09 22:52:32 +05:30

15 lines
435 B
Diff

rouge update is blocked by
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971841
--- a/Gemfile
+++ b/Gemfile
@@ -160,7 +160,7 @@
gem 'asciidoctor-include-ext', '~> 0.3.1', require: false
gem 'asciidoctor-plantuml', '~> 0.0.12'
gem 'asciidoctor-kroki', '~> 0.4.0', require: false
-gem 'rouge', '~> 3.26'
+gem 'rouge', '~> 3.21'
gem 'truncato', '~> 0.7.11'
gem 'bootstrap_form', '~> 4.2'
gem 'nokogiri', '~> 1.11','>= 1.11.1'