From: Go MAEDA Date: Mon, 18 Jun 2018 09:45:50 +0000 (+0000) Subject: Update rbpdf gem to 1.19.4 (#28125). X-Git-Tag: 4.0.0~249 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c422bee4c4087711c3893f1ef2f62e5f7022565e;p=redmine.git Update rbpdf gem to 1.19.4 (#28125). Contributed by Jun NAITOH. git-svn-id: http://svn.redmine.org/redmine/trunk@17405 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 7d711c0df..64598a571 100644 --- 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