debian-mirror-gitlab/debian/patches/0499-40-relax-rouge.patch

15 lines
425 B
Diff
Raw Normal View History

rouge update is blocked by
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971841
--- a/Gemfile
+++ b/Gemfile
2021-01-29 14:51:13 +05:30
@@ -154,7 +154,7 @@
gem 'asciidoctor', '~> 2.0', '>= 2.0.10'
gem 'asciidoctor-include-ext', '~> 0.3.1', require: false
gem 'asciidoctor-plantuml', '~> 0.0.12'
2021-01-29 14:51:13 +05:30
-gem 'rouge', '~> 3.25'
+gem 'rouge', '~> 3.21'
gem 'truncato', '~> 0.7.11'
gem 'bootstrap_form', '~> 4.2'
gem 'nokogiri', '~> 1.10', '>= 1.10.9'