From 3a7847c785e34ffef0479a1f07268bf059088878 2015-01-24 21:39:47 From: Jean-Philippe Lang Date: 2015-01-24 21:39:47 Subject: [PATCH] Require rbpdf 1.18.5 that is Rails 4.2 compatible (#14534). git-svn-id: http://svn.redmine.org/redmine/trunk@13943 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 2991b00..ba6be03 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.4" +gem "rbpdf", "~> 1.18.5" # Optional gem for LDAP authentication group :ldap do