summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2023-03-22 03:43:19 +0000
committerGo MAEDA <maeda@farend.jp>2023-03-22 03:43:19 +0000
commit5198dd54b7684dac2bd3379d9a5779c018aae323 (patch)
tree323ab7a62a75535db8bece0fed9ac7666a1f35eb /Gemfile
parentfe386d14977b85a92aa430bc181703835372b144 (diff)
downloadredmine-5198dd54b7684dac2bd3379d9a5779c018aae323.tar.gz
redmine-5198dd54b7684dac2bd3379d9a5779c018aae323.zip
WebP images support in PDF output (#38368).
Patch by Jun NAITOH. git-svn-id: https://svn.redmine.org/redmine/trunk@22141 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 292cf0c1a..74b25a873 100644
--- a/Gemfile
+++ b/Gemfile
@@ -12,7 +12,7 @@ gem 'marcel'
gem 'mail', '~> 2.8.1'
gem 'nokogiri', '~> 1.14.0'
gem 'i18n', '~> 1.12.0'
-gem 'rbpdf', '~> 1.21.0'
+gem 'rbpdf', '~> 1.21.1'
gem 'addressable'
gem 'rubyzip', '~> 2.3.0'