1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-10 20:55:21 +00:00

Updates commonmark gem to 2.5 (#43408).

git-svn-id: https://svn.redmine.org/redmine/trunk@24080 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2025-10-27 22:46:02 +00:00
parent 0fb68a9283
commit 0937565bd0

View File

@ -18,7 +18,7 @@ gem 'propshaft', '~> 1.3.0'
gem 'rack', '>= 3.1.3'
gem "stimulus-rails", "~> 1.3"
gem "importmap-rails", "~> 2.0"
gem 'commonmarker', '~> 2.3.2'
gem 'commonmarker', '~> 2.5.0'
gem "doorkeeper", "~> 5.8.2"
gem "bcrypt", require: false
gem "doorkeeper-i18n", "~> 5.2"