summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-08-11 12:32:21 +0000
committerGo MAEDA <maeda@farend.jp>2019-08-11 12:32:21 +0000
commit56360fd19ebe877b5fcb786d9420ae9f3088dbd5 (patch)
tree84067715f9ea13c0750847e9a3a58222278913ea /Gemfile
parentf5c7a4a4208c9c146544b4498de3a08761cbc55a (diff)
downloadredmine-56360fd19ebe877b5fcb786d9420ae9f3088dbd5.tar.gz
redmine-56360fd19ebe877b5fcb786d9420ae9f3088dbd5.zip
Update rbpdf (~> 1.20.0) (#31877).
git-svn-id: http://svn.redmine.org/redmine/trunk@18362 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 eb01bb362..6ec826bc5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -13,7 +13,7 @@ gem "mail", "~> 2.7.1"
gem "csv", "~> 3.1.1"
gem "nokogiri", "~> 1.10.0"
gem "i18n", "~> 1.6.0"
-gem "rbpdf", "~> 1.19.6"
+gem "rbpdf", "~> 1.20.0"
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin]