]> source.dussan.org Git - redmine.git/commitdiff
pdf: upgrade rbpdf to 1.19.0 (#19017)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 4 Dec 2015 05:42:25 +0000 (05:42 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 4 Dec 2015 05:42:25 +0000 (05:42 +0000)
Contributed by Jun NAITOH.

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

Gemfile

diff --git a/Gemfile b/Gemfile
index e2ef97d5d31405cb674cc5d5022530dd9d11a94a..3ad9b1e93ead33d8d68c2360f98f2cfdc614a26a 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -17,7 +17,7 @@ gem "roadie-rails"
 
 # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
 gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin, :jruby]
-gem "rbpdf", "~> 1.18.7"
+gem "rbpdf", "~> 1.19.0"
 
 # Optional gem for LDAP authentication
 group :ldap do