From: Toshi MARUYAMA Date: Sun, 11 Jan 2015 04:19:33 +0000 (+0000) Subject: Gemfile: update rbpdf version to 1.18.4 (#18629) X-Git-Tag: 3.0.0~147 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=34b3376b812c748806a9f2e9b659a4da216a54dc;p=redmine.git Gemfile: update rbpdf version to 1.18.4 (#18629) git-svn-id: http://svn.redmine.org/redmine/trunk@13870 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 1f9aee98b..343cdd1c3 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "actionpack-xml_parser" # 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.3" +gem "rbpdf", "~> 1.18.4" # Optional gem for LDAP authentication group :ldap do