From 34f30ce585259464af38a4440aa7c536c92169bc Mon Sep 17 00:00:00 2001 From: Praveen Arimbrathodiyil Date: Tue, 29 Sep 2015 00:20:28 +0530 Subject: [PATCH] loosen creole --- debian/patches/0019-loosen-creole.patch | 13 +++++++++++++ debian/patches/series | 1 + 2 files changed, 14 insertions(+) create mode 100644 debian/patches/0019-loosen-creole.patch diff --git a/debian/patches/0019-loosen-creole.patch b/debian/patches/0019-loosen-creole.patch new file mode 100644 index 0000000000..5e9d102e3d --- /dev/null +++ b/debian/patches/0019-loosen-creole.patch @@ -0,0 +1,13 @@ +Index: gitlab/Gemfile +=================================================================== +--- gitlab.orig/Gemfile ++++ gitlab/Gemfile +@@ -106,7 +106,7 @@ gem 'redcarpet', '~> 3.2.3' + gem 'RedCloth', '~> 4.2.9' + gem 'rdoc', '~> 4.1' + gem 'org-ruby', '~> 0.9.12' +-gem 'creole', '~>0.3.6' ++gem 'creole', '~> 0.5.0' + gem 'wikicloth', '0.8.1' + gem 'asciidoctor', '~> 1.5.2' + diff --git a/debian/patches/series b/debian/patches/series index 0bd12a20e6..038e3fedcf 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -16,3 +16,4 @@ loosen-rails-version.patch 0016-loosen-fog.patch 0017-loosen-redcarpet.patch 0018-loosen-rdoc.patch +0019-loosen-creole.patch