debian-mirror-gitlab/debian/patches/0484-relax-asciidoctor-plantuml.patch

14 lines
388 B
Diff
Raw Normal View History

2020-04-13 13:49:04 +05:30
Allow newer patch releases to match requirement
2019-12-22 23:08:17 +05:30
--- a/Gemfile
+++ b/Gemfile
@@ -143,7 +143,7 @@
2019-12-22 23:08:17 +05:30
gem 'wikicloth', '0.8.1'
gem 'asciidoctor', '~> 2.0', '>= 2.0.10'
2019-12-22 23:08:17 +05:30
gem 'asciidoctor-include-ext', '~> 0.3.1', require: false
2020-03-12 18:50:15 +05:30
-gem 'asciidoctor-plantuml', '0.0.10'
+gem 'asciidoctor-plantuml', '~> 0.0.10'
2020-04-22 19:44:27 +05:30
gem 'rouge', '~> 3.18'
2019-12-22 23:08:17 +05:30
gem 'truncato', '~> 0.7.11'
gem 'bootstrap_form', '~> 4.2'