]> source.dussan.org Git - redmine.git/commitdiff
Update rbpdf gem to 1.19.4 (#28125).
authorGo MAEDA <maeda@farend.jp>
Mon, 18 Jun 2018 09:45:50 +0000 (09:45 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 18 Jun 2018 09:45:50 +0000 (09:45 +0000)
Contributed by Jun NAITOH.

git-svn-id: http://svn.redmine.org/redmine/trunk@17405 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 7d711c0df3e45edff48c8f3072285ee0f55341e1..64598a571df2981a46225b4b933efa71932cb036 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -23,7 +23,7 @@ gem "rails-html-sanitizer", ">= 1.0.3"
 
 # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
 gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin]
-gem "rbpdf", "~> 1.19.3"
+gem "rbpdf", "~> 1.19.4"
 
 # Optional gem for LDAP authentication
 group :ldap do