diff options
author | Go MAEDA <maeda@farend.jp> | 2022-11-20 08:07:33 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2022-11-20 08:07:33 +0000 |
commit | a751c00b5e554969145b7619421d04a83b4c380f (patch) | |
tree | 539c80a44ad39e2b2c837d2c5bdd2eb50d048d57 /Gemfile | |
parent | 57956890106e72a0fffa99ba8bedd522920ecb21 (diff) | |
download | redmine-a751c00b5e554969145b7619421d04a83b4c380f.tar.gz redmine-a751c00b5e554969145b7619421d04a83b4c380f.zip |
Merged r21956 from trunk to 5.0-stable (#37872).
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@21961 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.4') + gem "commonmarker", (Gem.ruby_version < Gem::Version.new('2.6.0') ? '0.21.0' : '~> 0.23.6') gem "sanitize", "~> 6.0" gem 'deckar01-task_list', '2.3.2' end |