From: Toshi MARUYAMA Date: Fri, 4 Dec 2015 05:42:25 +0000 (+0000) Subject: pdf: upgrade rbpdf to 1.19.0 (#19017) X-Git-Tag: 3.3.0~379 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=63fcdb1e58550546b96adfcbfbd0a4920a9e8967;p=redmine.git pdf: upgrade rbpdf to 1.19.0 (#19017) Contributed by Jun NAITOH. git-svn-id: http://svn.redmine.org/redmine/trunk@14908 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index e2ef97d5d..3ad9b1e93 100644 --- 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