From fcc9d85a53adb47677f6f7d447a2a117424393a7 Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Sun, 22 Dec 2019 23:08:17 +0530 Subject: [PATCH] Relax asciidoctor-plantuml in Gemfile --- debian/patches/0484-relax-asciidoctor-plantuml.patch | 11 +++++++++++ debian/patches/series | 1 + 2 files changed, 12 insertions(+) create mode 100644 debian/patches/0484-relax-asciidoctor-plantuml.patch diff --git a/debian/patches/0484-relax-asciidoctor-plantuml.patch b/debian/patches/0484-relax-asciidoctor-plantuml.patch new file mode 100644 index 0000000000..1f1a8982bf --- /dev/null +++ b/debian/patches/0484-relax-asciidoctor-plantuml.patch @@ -0,0 +1,11 @@ +--- a/Gemfile ++++ b/Gemfile +@@ -142,7 +142,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.9' ++gem 'asciidoctor-plantuml', '~> 0.0.9' + gem 'rouge', '~> 3.11.0' + gem 'truncato', '~> 0.7.11' + gem 'bootstrap_form', '~> 4.2' diff --git a/debian/patches/series b/debian/patches/series index 9c71a130ad..1d62b87c9f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -14,6 +14,7 @@ 0480-embed-gitlab-peek.patch 0482-remove-ee-only-gems.patch 0483-relax-kubeclient.patch +0484-relax-asciidoctor-plantuml.patch 0500-set-webpack-root.patch 0510-remove-dev-dependencies.patch 0520-add-system-lib-path-for-webpack.patch