From 3a7847c785e34ffef0479a1f07268bf059088878 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 24 Jan 2015 21:39:47 +0000 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 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5