From: Jean-Philippe Lang Date: Sat, 24 Jan 2015 21:39:47 +0000 (+0000) Subject: Require rbpdf 1.18.5 that is Rails 4.2 compatible (#14534). X-Git-Tag: 3.0.0~79 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3a7847c785e34ffef0479a1f07268bf059088878;p=redmine.git 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 2991b004a..ba6be038d 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