summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2023-09-21 14:17:08 +0000
committerGo MAEDA <maeda@farend.jp>2023-09-21 14:17:08 +0000
commit818276795b62184579e1ee85c8ac093f27f6fc5c (patch)
tree5fc232c6cd54fd97a65df953c65563605615653e /Gemfile
parent949f57f521c1405cdd45bd1ea7f3474782f4a1fc (diff)
downloadredmine-818276795b62184579e1ee85c8ac093f27f6fc5c.tar.gz
redmine-818276795b62184579e1ee85c8ac093f27f6fc5c.zip
CommonMark Markdown task list item markers are not exported to PDF (#37694).
Contributed by Jun NAITOH. git-svn-id: https://svn.redmine.org/redmine/trunk@22317 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 45d780a75..a925c8599 100644
--- a/Gemfile
+++ b/Gemfile
@@ -12,7 +12,7 @@ gem 'marcel'
gem 'mail', '~> 2.8.1'
gem 'nokogiri', '~> 1.15.2'
gem 'i18n', '~> 1.14.1'
-gem 'rbpdf', '~> 1.21.1'
+gem 'rbpdf', '~> 1.21.3'
gem 'addressable'
gem 'rubyzip', '~> 2.3.0'