From: Go MAEDA Date: Fri, 22 Jun 2018 08:08:37 +0000 (+0000) Subject: Merged r17405 from trunk to 3.4-stable (#28125). X-Git-Tag: 3.4.7^2~33 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d27b525acad4663206241550fe3810727f49e499;p=redmine.git Merged r17405 from trunk to 3.4-stable (#28125). git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17408 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 634274c63..42f9a35fd 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,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