From b7f56717aaa22afd506bcf34a8ac4f74c97811d3 Mon Sep 17 00:00:00 2001 From: Marius BALTEANU Date: Sun, 4 Aug 2019 17:08:46 +0000 Subject: [PATCH] Update redcarpet to 3.5.0 --- Gemfile | 2 +- test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2d74ae0..e500281 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ end # Optional Markdown support, not for JRuby group :markdown do - gem "redcarpet", "~> 3.4.0" + gem "redcarpet", "~> 3.5.0" end # Include database gems for the adapters found in the database diff --git a/test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb b/test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb index a1fef6a..cf06c7c 100644 --- a/test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb +++ b/test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb @@ -108,13 +108,13 @@ This is some text[^1]. STR expected = <<-EXPECTED -

This is some text1.

+

This is some text1.


  1. -

    This is the foot note 

    +

    This is the foot note 

-- 2.1.4