]> source.dussan.org Git - redmine.git/commitdiff
Merged r22092 from trunk to 5.0-stable (#38239).
authorGo MAEDA <maeda@farend.jp>
Sun, 5 Feb 2023 05:12:23 +0000 (05:12 +0000)
committerGo MAEDA <maeda@farend.jp>
Sun, 5 Feb 2023 05:12:23 +0000 (05:12 +0000)
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22093 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile
test/unit/lib/redmine/wiki_formatting/common_mark/formatter_test.rb

diff --git a/Gemfile b/Gemfile
index 5e885a3d8b5413bab72ce1590ce2256d066f7082..23ac8c4a1b8caaadab655de123b7faa69809f754 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -49,7 +49,7 @@ gem 'redcarpet', '~> 3.5.1', groups: [:markdown, :common_mark]
 # Optional CommonMark support, not for JRuby
 group :common_mark do
   gem "html-pipeline", "~> 2.13.2"
-  gem "commonmarker", (Gem.ruby_version < Gem::Version.new('2.6.0') ? '0.21.0' : '~> 0.23.6')
+  gem "commonmarker", (Gem.ruby_version < Gem::Version.new('2.6.0') ? '0.21.0' : '~> 0.23.8')
   gem "sanitize", "~> 6.0"
   gem 'deckar01-task_list', '2.3.2'
 end
index b5c768d44efcdff15fa21cd17cc3d2383aa508e0..e259032c4fbd366ca259c790e751843aea8b7cbf 100644 (file)
@@ -151,7 +151,7 @@ class Redmine::WikiFormatting::CommonMark::FormatterTest < ActionView::TestCase
         <p>This is some text<sup><a href="#fn-1" id="fnref-1">1</a></sup>.</p>
          <ol>
         <li id="fn-1">
-        <p>This is the foot note <a href="#fnref-1" aria-label=\"Back to content\">↩</a></p>
+        <p>This is the foot note <a href="#fnref-1" aria-label="Back to reference 1">↩</a></p>
         </li>
         </ol>
       EXPECTED