diff options
author | Go MAEDA <maeda@farend.jp> | 2023-02-05 04:40:04 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-02-05 04:40:04 +0000 |
commit | 02b86c9dabb7b9a787391f8e54b1fb246a45c545 (patch) | |
tree | ee5b39ecfeff20dcfa33292f22353bd0379eab87 /Gemfile | |
parent | 409f67d1ee0f9c889e9119312e81148f077e79b3 (diff) | |
download | redmine-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |