summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2023-02-05 04:40:04 +0000
committerGo MAEDA <maeda@farend.jp>2023-02-05 04:40:04 +0000
commit02b86c9dabb7b9a787391f8e54b1fb246a45c545 (patch)
treeee5b39ecfeff20dcfa33292f22353bd0379eab87 /Gemfile
parent409f67d1ee0f9c889e9119312e81148f077e79b3 (diff)
downloadredmine-02b86c9dabb7b9a787391f8e54b1fb246a45c545.tar.gz
redmine-02b86c9dabb7b9a787391f8e54b1fb246a45c545.zip
Fix test failure with Commonmarker 0.23.8 (#38239).
git-svn-id: https://svn.redmine.org/redmine/trunk@22092 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index ef58e11c5..27ea84610 100644
--- a/Gemfile
+++ b/Gemfile
@@ -51,7 +51,7 @@ end
# Optional CommonMark support, not for JRuby
group :common_mark do
- gem "commonmarker", '~> 0.23.6'
+ gem "commonmarker", '~> 0.23.8'
gem 'deckar01-task_list', '2.3.2'
end