From: Toshi MARUYAMA Date: Fri, 13 Oct 2017 05:07:25 +0000 (+0000) Subject: Merged r16975 from trunk to 3.3-stable (#25702) X-Git-Tag: 3.3.5~4 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dbf042be28bc9f4980675f4d35b6b2635a966e3e;p=redmine.git Merged r16975 from trunk to 3.3-stable (#25702) Gemfile: update rbpdf version to 1.19.3. git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@16982 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index e25ff93bb..771e62e9c 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,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, :jruby] -gem "rbpdf", "~> 1.19.2" +gem "rbpdf", "~> 1.19.3" # Optional gem for LDAP authentication group :ldap do