debian-mirror-gitlab/debian/patches/0484-relax-asciidoctor-plantuml.patch
2020-04-13 13:49:04 +05:30

13 lines
388 B
Diff

Allow newer patch releases to match requirement
--- a/Gemfile
+++ b/Gemfile
@@ -143,7 +143,7 @@
gem 'wikicloth', '0.8.1'
gem 'asciidoctor', '~> 2.0', '>= 2.0.10'
gem 'asciidoctor-include-ext', '~> 0.3.1', require: false
-gem 'asciidoctor-plantuml', '0.0.10'
+gem 'asciidoctor-plantuml', '~> 0.0.10'
gem 'rouge', '~> 3.17'
gem 'truncato', '~> 0.7.11'
gem 'bootstrap_form', '~> 4.2'